summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2013-06-30 16:43:04 +0200
committerDave Reisner <dreisner@archlinux.org>2013-07-01 17:03:43 +0200
commit99c790b22382d888853509b49526c64eb812b0ae (patch)
tree08061160073d537d4dc5da02233a4c6f00e34038 /init
parent3f56800753e1e0c3db0e6c4ac77b0c4dc95a8491 (diff)
downloadmkinitcpio-99c790b22382d888853509b49526c64eb812b0ae.tar.gz
mkinitcpio-99c790b22382d888853509b49526c64eb812b0ae.tar.xz
rdlogger: log messages which would have been hidden by quiet
This allows 'quiet rd.log=kmsg' to produce a silent boot while still logging the full output that would have been written to the console. Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'init')
-rw-r--r--init1
1 files changed, 1 insertions, 0 deletions
diff --git a/init b/init
index 2578cf8..5c2d751 100644
--- a/init
+++ b/init
@@ -76,6 +76,7 @@ if [ "${break}" = "postmount" ]; then
launch_interactive_shell
fi
+# this should always be the last thing we do before the switch_root.
rdlogger_stop
exec env -i \