summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2008-04-29 20:31:35 +0200
committermaximilian attems <maks@debian.org>2008-04-29 20:31:35 +0200
commit61f005efdb6f3b182fd12c365b1dd5d8e77f9e40 (patch)
treeabad1111ae9994583c404f67beec27a59b484afc /init
parentda6b1999565d8d7d6504b21cb26f786166509f7a (diff)
downloadinitramfs-tools-61f005efdb6f3b182fd12c365b1dd5d8e77f9e40.tar.gz
initramfs-tools-61f005efdb6f3b182fd12c365b1dd5d8e77f9e40.zip
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.
Diffstat (limited to 'init')
-rwxr-xr-xinit2
1 files changed, 1 insertions, 1 deletions
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."