From e3c208fb91f7242046900626da1400e6c6499f30 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 30 Apr 2012 07:49:43 +0000 Subject: init: allow verbose package install --- initramfs-init.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'initramfs-init.in') diff --git a/initramfs-init.in b/initramfs-init.in index 88f30f1..94cdc1b 100755 --- a/initramfs-init.in +++ b/initramfs-init.in @@ -543,7 +543,11 @@ ebegin "Installing packages to root filesystem" if [ "$KOPT_chart" = yes ]; then pkgs="$pkgs acct" fi -apkflags="--initdb --quiet --progress --force --no-network" +apkflags="--initdb --progress --force --no-network" +if [ -n "$KOPT_quiet" ]; then + apkflags="$apkflags --quiet" +fi + if [ "$KOPT_keep_apk_new" != yes ]; then apkflags="$apkflags --clean-protected" [ -n "$ovlfiles" ] && apkflags="$apkflags --overlay-from-stdin" -- cgit v1.2.3