summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2005-10-21 18:38:32 +0200
committermaximilian attems <maks@debian.org>2005-10-21 18:38:32 +0200
commitbee1355e2c21a86751648b6f0df8a6e4e4e5a45d (patch)
treeff9417ae160318842fbd5a197f3b07883f4a078e /init
parent762c80e985a461a6d37f395696204184ec1f1d64 (diff)
downloadinitramfs-tools-bee1355e2c21a86751648b6f0df8a6e4e4e5a45d.tar.gz
initramfs-tools-bee1355e2c21a86751648b6f0df8a6e4e4e5a45d.zip
added latest upstream fixes :-)
Diffstat (limited to 'init')
-rwxr-xr-xinit4
1 files changed, 2 insertions, 2 deletions
diff --git a/init b/init
index 113a224..18d31ad 100755
--- a/init
+++ b/init
@@ -97,9 +97,9 @@ log_begin_msg "Mounting root file system"
mountroot
log_end_msg
-log_begin_msg "Running /scripts/init-bottom"
+[ "$quiet" != "y" ] && log_begin_msg "Running /scripts/init-bottom"
run_scripts /scripts/init-bottom
-log_end_msg
+[ "$quiet" != "y" ] && log_end_msg
# Move our /dev to the real filesystem. Do the setup that udev otherwise
# would.