From 38ee0b183d852392dabd545b716423c508546fdb Mon Sep 17 00:00:00 2001 From: Timo Teras Date: Wed, 7 Jan 2009 21:46:12 +0200 Subject: initramfs: use apk's progress bar feature --- initramfs-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'initramfs-init') diff --git a/initramfs-init b/initramfs-init index 15c41b8..3f8d044 100755 --- a/initramfs-init +++ b/initramfs-init @@ -114,7 +114,7 @@ eend 0 ebegin "Installing packets to root filesystem" mount -t tmpfs -o size=50M tmpfs $NEWROOT apk create --root /newroot -apk add --root /newroot --repository /media/cdrom/apks +apk add --root /newroot --repository /media/cdrom/apks --quiet --progress eend $? # switch over to new root -- cgit v1.2.3