diff options
-rwxr-xr-x | initramfs-init | 2 |
1 files changed, 1 insertions, 1 deletions
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 |