aboutsummaryrefslogtreecommitdiff
path: root/tests/mke2fs.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mke2fs.conf.in')
-rw-r--r--tests/mke2fs.conf.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/mke2fs.conf.in b/tests/mke2fs.conf.in
index ee246ba8..9075c6c6 100644
--- a/tests/mke2fs.conf.in
+++ b/tests/mke2fs.conf.in
@@ -8,6 +8,7 @@
lazy_itable_init = false
no_discard = true
default_mntopts = ^acl
+ creator_os = Linux
[fs_types]
ext3 = {
@@ -15,16 +16,13 @@
}
ext4 = {
features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize
- inode_size = 256
}
small = {
blocksize = 1024
- inode_size = 128
inode_ratio = 4096
}
floppy = {
blocksize = 1024
- inode_size = 128
inode_ratio = 8192
}
news = {
@@ -41,4 +39,5 @@
hurd = {
blocksize = 4096
inode_size = 128
+ warn_y2038_dates = 0
}