initramfs: use apk's progress bar feature

This commit is contained in:
Timo Teras 2009-01-07 21:46:12 +02:00
parent ebf5d7c6d7
commit 38ee0b183d
1 changed files with 1 additions and 1 deletions

View File

@ -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