initram: fix the cute progressbar
This commit is contained in:
parent
cecfe6b732
commit
cbb9ee821e
|
@ -200,7 +200,7 @@ if [ -n "$KOPT_chart" ]; then
|
||||||
fi
|
fi
|
||||||
apkflags="--initdb --quiet --progress --force"
|
apkflags="--initdb --quiet --progress --force"
|
||||||
if [ -z "$KOPT_keep_apk_new" ]; then
|
if [ -z "$KOPT_keep_apk_new" ]; then
|
||||||
apkflags=" --clean-protected"
|
apkflags="$apkflags --clean-protected"
|
||||||
fi
|
fi
|
||||||
apk add --root /newroot $apkflags $pkgs >/dev/null
|
apk add --root /newroot $apkflags $pkgs >/dev/null
|
||||||
eend $?
|
eend $?
|
||||||
|
|
Loading…
Reference in New Issue