]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
add small fixes
authorwittinobi <wittinobi@wittinobi.de>
Tue, 25 Feb 2014 13:51:27 +0000 (14:51 +0100)
committerwittinobi <wittinobi@wittinobi.de>
Tue, 25 Feb 2014 13:51:27 +0000 (14:51 +0100)
skel-root/etc/mke2fs.conf [deleted file]

diff --git a/skel-root/etc/mke2fs.conf b/skel-root/etc/mke2fs.conf
deleted file mode 100644 (file)
index 52fe58e..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-[defaults]
-       base_features = sparse_super,filetype,resize_inode,dir_index,ext_attr
-       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
-               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
-       }
-       news = {
-               inode_ratio = 4096
-       }
-       largefile = {
-               inode_ratio = 1048576
-               blocksize = -1
-       }
-       largefile4 = {
-               inode_ratio = 4194304
-               blocksize = -1
-       }
-       hurd = {
-            blocksize = 4096
-            inode_size = 128
-       }