diff options
author | maximilian attems <maks@debian.org> | 2008-04-29 20:31:35 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2008-04-29 20:31:35 +0200 |
commit | 61f005efdb6f3b182fd12c365b1dd5d8e77f9e40 (patch) | |
tree | abad1111ae9994583c404f67beec27a59b484afc /init | |
parent | da6b1999565d8d7d6504b21cb26f786166509f7a (diff) | |
download | initramfs-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-x | init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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." |