mkfs_ext2: use compatible inode sizes; add -I <inodesize>. (by Vladimir)
function old new delta mkfs_ext2_main 2385 2495 +110 packed_usage 26400 26447 +47 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/0 up/down: 157/0) Total: 157 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Disabling features we do not match exactly:
|
||||
system_mke2fs='/sbin/mke2fs -I 128 -O ^resize_inode'
|
||||
system_mke2fs='/sbin/mke2fs -O ^resize_inode'
|
||||
bbox_mke2fs='./busybox mke2fs'
|
||||
|
||||
gen_image() { # params: mke2fs_invocation image_name
|
||||
|
Reference in New Issue
Block a user