From 61f005efdb6f3b182fd12c365b1dd5d8e77f9e40 Mon Sep 17 00:00:00 2001 From: maximilian attems Date: Tue, 29 Apr 2008 20:31:35 +0200 Subject: Revert "init: Add 2>&1 to the run-init exec, fixes init without stderr." This reverts commit 74be87d35841eae3c3febf00b568df5232c85f06. talked to hpa and he seemed quite unconvinced about that report. the run-init code doesn't also seem to backup that claim. so nuke it for now until better analysis shows up. --- init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init b/init index 3fe1fab..885f240 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 2>&1 +exec run-init ${rootmnt} ${init} "$@" <${rootmnt}/dev/console >${rootmnt}/dev/console panic "Could not execute run-init." -- cgit v1.2.3