diff --git a/initramfs-init b/initramfs-init
index 15c41b84b9a2f5338cd3608ebf5b4db91eba43d5..3f8d044bd682fcd7cf07a7f356b9649750fc0b37 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