summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinit2
1 files changed, 2 insertions, 0 deletions
diff --git a/init b/init
index 845bac1..9afc87a 100755
--- a/init
+++ b/init
@@ -119,11 +119,13 @@ for x in $(cat /proc/cmdline); do
;;
debug)
debug=y
+ quiet=n
exec >/tmp/initramfs.debug 2>&1
set -x
;;
debug=*)
debug=y
+ quiet=n
set -x
;;
break=*)