home: hub: mkinitfs

Download patch

ref: b9ad256b04db3965bf21ed7ee25ddfd7c166d102
parent: e9b212c9589a642c833ffd390756559f110d4391
author: Natanael Copa <ncopa@alpinelinux.org>
date: Wed Apr 27 04:15:20 CDT 2011

init: fix progressbar when not quiet

see http://bugs.alpinelinux.org/issues/613

--- a/initramfs-init.in
+++ b/initramfs-init.in
@@ -462,6 +462,9 @@
 
 # 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