From cbb9ee821e70e2bf030d236d9c5c9ac839efc37e Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 13 Mar 2009 15:49:52 +0000 Subject: initram: fix the cute progressbar --- initramfs-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'initramfs-init') diff --git a/initramfs-init b/initramfs-init index f43d8d1..b427de3 100755 --- a/initramfs-init +++ b/initramfs-init @@ -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 $? -- cgit v1.2.3