aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinitramfs-init.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/initramfs-init.in b/initramfs-init.in
index 7b09722..a0e594d 100755
--- a/initramfs-init.in
+++ b/initramfs-init.in
@@ -462,6 +462,9 @@ fi
# install new root
ebegin "Installing packages to root filesystem"
+# insert newline unless quiet to fix progress bar
+[ -n "$KOPT_quiet" ] || echo ""
+
if [ "$KOPT_chart" = yes ]; then
pkgs="$pkgs acct"
fi