Skip to content
Snippets Groups Projects
Commit 38ee0b18 authored by Timo Teräs's avatar Timo Teräs
Browse files

initramfs: use apk's progress bar feature

parent ebf5d7c6
No related branches found
No related tags found
No related merge requests found
...@@ -114,7 +114,7 @@ eend 0 ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment