From 971d51f67965f5acc08775c5f4a312909f2cea5b Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 10 2020 11:55:08 +0000 Subject: Apply patch e2fsprogs-1.45.6-mke2fs.conf-Introduce-rhel6-and-rhel7-fs_type.patch patch_name: e2fsprogs-1.45.6-mke2fs.conf-Introduce-rhel6-and-rhel7-fs_type.patch present_in_specfile: true --- diff --git a/misc/mke2fs.conf.in b/misc/mke2fs.conf.in index 01e35cf..a533b21 100644 --- a/misc/mke2fs.conf.in +++ b/misc/mke2fs.conf.in @@ -14,6 +14,16 @@ features = has_journal,extent,huge_file,flex_bg,metadata_csum,64bit,dir_nlink,extra_isize inode_size = 256 } + rhel6_ext4 = { + features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize + inode_size = 256 + enable_periodic_fsck = 1 + default_mntopts = "" + } + rhel7_ext4 = { + features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize,64bit + inode_size = 256 + } small = { blocksize = 1024 inode_size = 128