From 6fac199e40f13fe042d275c9643a97537b2171b7 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Mon, 23 Oct 2017 10:40:36 +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 812f7c7..d0066b7 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