mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
armbian-next: show mkfs ext2/ext4 output (remove -q), it's being run under the logging manager already
This commit is contained in:
@@ -34,7 +34,7 @@ function prepare_partitions() {
|
||||
mkopts[ext4]="-q -m 2 -O ^64bit,^metadata_csum"
|
||||
fi
|
||||
# mkopts[fat] is empty
|
||||
mkopts[ext2]='-q'
|
||||
mkopts[ext2]=''
|
||||
# mkopts[f2fs] is empty
|
||||
mkopts[btrfs]='-m dup'
|
||||
# mkopts[xfs] is empty
|
||||
|
||||
Reference in New Issue
Block a user