7 lines
216 B
Text
7 lines
216 B
Text
DESCRIPTION="meta blockgroup feature"
|
|
FS_SIZE=131072
|
|
DUMPE2FS_IGNORE_80COL=1
|
|
export DUMPE2FS_IGNORE_80COL
|
|
MKE2FS_OPTS="-O meta_bg,sparse_super,^resize_inode -g 1024"
|
|
. $cmd_dir/run_mke2fs
|
|
unset DUMPE2FS_IGNORE_80COL
|