mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-22 23:12:45 +00:00
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"
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user