From 74be87d35841eae3c3febf00b568df5232c85f06 Mon Sep 17 00:00:00 2001 From: Luke Yelavich Date: Thu, 10 Apr 2008 14:25:47 +0200 Subject: init: Add 2>&1 to the run-init exec, fixes init without stderr. long outstanding bug. [ note: seems fixed in fedora mkinitrd, but not in opensuse. they simply call run-init like anyone else. -maks] --- init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init b/init index 70f4384..7f1d348 100755 --- a/init +++ b/init @@ -210,5 +210,5 @@ fi # Chain to real filesystem maybe_break init -exec run-init ${rootmnt} ${init} "$@" <${rootmnt}/dev/console >${rootmnt}/dev/console +exec run-init ${rootmnt} ${init} "$@" <${rootmnt}/dev/console >${rootmnt}/dev/console 2>&1 panic "Could not execute run-init." -- cgit v1.2.3