summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
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.