Skip to content

Commit

Permalink
Add oracular conf
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mars <paul.mars@canonical.com>
  • Loading branch information
upils committed Jun 18, 2024
1 parent 96b1cfa commit a6530e8
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
43 changes: 43 additions & 0 deletions mkfs/confs/24.10/mke2fs.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
[defaults]
base_features = sparse_super,large_file,filetype,resize_inode,dir_index,ext_attr
default_mntopts = acl,user_xattr
enable_periodic_fsck = 0
blocksize = 4096
inode_size = 256
inode_ratio = 16384

[fs_types]
ext3 = {
features = has_journal
}
ext4 = {
features = has_journal,extent,huge_file,flex_bg,metadata_csum,64bit,dir_nlink,extra_isize
}
small = {
inode_ratio = 4096
}
floppy = {
inode_ratio = 8192
}
big = {
inode_ratio = 32768
}
huge = {
inode_ratio = 65536
}
news = {
inode_ratio = 4096
}
largefile = {
inode_ratio = 1048576
blocksize = -1
}
largefile4 = {
inode_ratio = 4194304
blocksize = -1
}
hurd = {
blocksize = 4096
inode_size = 128
warn_y2038_dates = 0
}
1 change: 1 addition & 0 deletions mkfs/confs/oracular
1 change: 1 addition & 0 deletions mkfs/db
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ focal,1.45.5-2ubuntu1.1
jammy,1.46.5-2ubuntu1.1
mantic,1.47.0-2ubuntu1
noble,1.47.0-2.4~exp1ubuntu4
oracular,1.47.0-2.4~exp1ubuntu4

0 comments on commit a6530e8

Please sign in to comment.