summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rwxr-xr-xinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/init b/init
index e287739..5b9dfb1 100755
--- a/init
+++ b/init
@@ -124,7 +124,7 @@ for x in $(cat /proc/cmdline); do
debug)
debug=y
quiet=n
- exec >/tmp/initramfs.debug 2>&1
+ exec >/dev/.initramfs/initramfs.debug 2>&1
set -x
;;
debug=*)