From 4791105857faf430dda5bcc7db5bbc5e15774c64 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Mon, 23 Oct 2017 10:42:18 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- mke2fs.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mke2fs.conf b/mke2fs.conf index 812f7c74..d0066b78 100644 --- a/mke2fs.conf +++ b/mke2fs.conf @@ -14,11 +14,6 @@ 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,inline_data,64bit,dir_nlink,extra_isize - inode_size = 256 - options = test_fs=1 - } small = { blocksize = 1024 inode_size = 128 -- 2.39.5