From: root Date: Sat, 7 Jan 2017 11:50:55 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=a8b368a1c7afaa0c5403974b4b79399ad887cf81;p=config%2Fhelga%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/mke2fs.conf b/mke2fs.conf index 47f59cc..812f7c7 100644 --- a/mke2fs.conf +++ b/mke2fs.conf @@ -11,12 +11,11 @@ features = has_journal } ext4 = { - features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize - auto_64-bit_support = 1 + features = has_journal,extent,huge_file,flex_bg,uninit_bg,64bit,dir_nlink,extra_isize inode_size = 256 } ext4dev = { - features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize + features = has_journal,extent,huge_file,flex_bg,uninit_bg,inline_data,64bit,dir_nlink,extra_isize inode_size = 256 options = test_fs=1 }