initramfs: use apk's progress bar feature
This commit is contained in:
parent
ebf5d7c6d7
commit
38ee0b183d
@ -114,7 +114,7 @@ eend 0
|
|||||||
ebegin "Installing packets to root filesystem"
|
ebegin "Installing packets to root filesystem"
|
||||||
mount -t tmpfs -o size=50M tmpfs $NEWROOT
|
mount -t tmpfs -o size=50M tmpfs $NEWROOT
|
||||||
apk create --root /newroot
|
apk create --root /newroot
|
||||||
apk add --root /newroot --repository /media/cdrom/apks
|
apk add --root /newroot --repository /media/cdrom/apks --quiet --progress
|
||||||
eend $?
|
eend $?
|
||||||
|
|
||||||
# switch over to new root
|
# switch over to new root
|
||||||
|
Loading…
x
Reference in New Issue
Block a user