From d4f5912c678f9881782612591d0a7265a8c31406 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Mon, 11 Feb 2019 12:29:11 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- mke2fs.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mke2fs.conf b/mke2fs.conf index d0066b7..01e35cf 100644 --- a/mke2fs.conf +++ b/mke2fs.conf @@ -11,7 +11,7 @@ features = has_journal } ext4 = { - features = has_journal,extent,huge_file,flex_bg,uninit_bg,64bit,dir_nlink,extra_isize + features = has_journal,extent,huge_file,flex_bg,metadata_csum,64bit,dir_nlink,extra_isize inode_size = 256 } small = { -- 2.39.5