From dbb46a1c40a7fb1b65c4abf6a21c88fd119bdf44 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 29 Feb 2012 14:40:44 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- ._cfg0000_mke2fs.conf | 53 +++++++++++++++++++++++++++++++++++++++++++ .etckeeper | 1 + 2 files changed, 54 insertions(+) create mode 100644 ._cfg0000_mke2fs.conf diff --git a/._cfg0000_mke2fs.conf b/._cfg0000_mke2fs.conf new file mode 100644 index 0000000..0871f77 --- /dev/null +++ b/._cfg0000_mke2fs.conf @@ -0,0 +1,53 @@ +[defaults] + base_features = sparse_super,filetype,resize_inode,dir_index,ext_attr + default_mntopts = acl,user_xattr + enable_periodic_fsck = 0 + blocksize = 4096 + inode_size = 256 + inode_ratio = 16384 + +[fs_types] + ext3 = { + features = has_journal + } + ext4 = { + features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize + auto_64-bit_support = 1 + inode_size = 256 + } + ext4dev = { + features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize + inode_size = 256 + options = test_fs=1 + } + small = { + blocksize = 1024 + inode_size = 128 + inode_ratio = 4096 + } + floppy = { + blocksize = 1024 + inode_size = 128 + inode_ratio = 8192 + } + big = { + inode_ratio = 32768 + } + huge = { + inode_ratio = 65536 + } + news = { + inode_ratio = 4096 + } + largefile = { + inode_ratio = 1048576 + blocksize = -1 + } + largefile4 = { + inode_ratio = 4194304 + blocksize = -1 + } + hurd = { + blocksize = 4096 + inode_size = 128 + } diff --git a/.etckeeper b/.etckeeper index c7ece44..318c758 100755 --- a/.etckeeper +++ b/.etckeeper @@ -22,6 +22,7 @@ mkdir -p './texmf/dvipdfm/config' mkdir -p './texmf/dvips.d' mkdir -p './unixODBC/ODBCDataSources' maybe chmod 0755 '.' +maybe chmod 0644 './._cfg0000_mke2fs.conf' maybe chmod 0700 './.etckeeper' maybe chmod 0644 './.gitignore' maybe chmod 0600 './.pwd.lock' -- 2.39.5