diff options
author | Timo Teras <timo.teras@iki.fi> | 2009-01-07 21:46:12 +0200 |
---|---|---|
committer | Timo Teras <timo.teras@iki.fi> | 2009-01-08 09:07:50 +0200 |
commit | 38ee0b183d852392dabd545b716423c508546fdb (patch) | |
tree | 8bfb747f6412ac0ca45b2114323d91c8e5b66b53 /initramfs-init | |
parent | ebf5d7c6d745234d15610db1b1bbf32f301039f1 (diff) | |
download | abuild-38ee0b183d852392dabd545b716423c508546fdb.tar.gz abuild-38ee0b183d852392dabd545b716423c508546fdb.tar.bz2 abuild-38ee0b183d852392dabd545b716423c508546fdb.tar.xz abuild-38ee0b183d852392dabd545b716423c508546fdb.zip |
initramfs: use apk's progress bar feature
Diffstat (limited to 'initramfs-init')
-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 |