From 6e5eab4ecdba250653b1572f09624c20bf98a09e Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 15 Dec 2008 11:23:03 +0100 Subject: Make debug option write to /dev/.initramfs/initramfs.debug rather than /tmp/initramfs.debug, so that it can be retrieved after boot. --- init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init') 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=*) -- cgit v1.2.3