Blame SOURCES/e2fsprogs-1.45.6-mke2fs.conf-Introduce-rhel6-and-rhel7-fs_type.patch

0fba97
From 42e4b2148a42ce35d5bc86586341a887928ec4dc Mon Sep 17 00:00:00 2001
a9c310
From: Lukas Czerner <lczerner@redhat.com>
a9c310
Date: Tue, 17 Dec 2019 11:24:31 +0100
0fba97
Subject: [PATCH 3/7] mke2fs.conf: Introduce rhel6 and rhel7 fs_type
a9c310
a9c310
Signed-off-by: Lukas Czerner <lczerner@redhat.com>
a9c310
---
a9c310
 misc/mke2fs.conf.in | 10 ++++++++++
a9c310
 1 file changed, 10 insertions(+)
a9c310
a9c310
diff --git a/misc/mke2fs.conf.in b/misc/mke2fs.conf.in
a9c310
index 01e35cf8..a533b210 100644
a9c310
--- a/misc/mke2fs.conf.in
a9c310
+++ b/misc/mke2fs.conf.in
a9c310
@@ -14,6 +14,16 @@
a9c310
 		features = has_journal,extent,huge_file,flex_bg,metadata_csum,64bit,dir_nlink,extra_isize
a9c310
 		inode_size = 256
a9c310
 	}
a9c310
+	rhel6_ext4 = {
a9c310
+		features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize
a9c310
+		inode_size = 256
a9c310
+		enable_periodic_fsck = 1
a9c310
+		default_mntopts = ""
a9c310
+	}
a9c310
+	rhel7_ext4 = {
a9c310
+		features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize,64bit
a9c310
+		inode_size = 256
a9c310
+	}
a9c310
 	small = {
a9c310
 		blocksize = 1024
a9c310
 		inode_size = 128
a9c310
-- 
0fba97
2.21.3
a9c310