diff options
-rwxr-xr-x | init | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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=*) |