Skip to content
Snippets Groups Projects
Commit cbb9ee82 authored by Natanael Copa's avatar Natanael Copa
Browse files

initram: fix the cute progressbar

parent cecfe6b7
No related branches found
No related tags found
No related merge requests found
...@@ -200,7 +200,7 @@ if [ -n "$KOPT_chart" ]; then ...@@ -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 $?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment