initram: fix the cute progressbar

This commit is contained in:
Natanael Copa 2009-03-13 15:49:52 +00:00
parent cecfe6b732
commit cbb9ee821e
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ if [ -n "$KOPT_chart" ]; then
fi
apkflags="--initdb --quiet --progress --force"
if [ -z "$KOPT_keep_apk_new" ]; then
apkflags=" --clean-protected"
apkflags="$apkflags --clean-protected"
fi
apk add --root /newroot $apkflags $pkgs >/dev/null
eend $?