Whamcloud - gitweb
e2fsck: map PROMPT_* values to prompt messages
[tools/e2fsprogs.git] / tests / mke2fs.conf.in
index ee246ba..9075c6c 100644 (file)
@@ -8,6 +8,7 @@
        lazy_itable_init = false
        no_discard = true
        default_mntopts = ^acl
+       creator_os = Linux
 
 [fs_types]
        ext3 = {
        }
        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
        }