diff --git a/initramfs/etc_console_run.sh b/initramfs/etc_console_run.sh index 5a4b616..3391afe 100644 --- a/initramfs/etc_console_run.sh +++ b/initramfs/etc_console_run.sh @@ -13,10 +13,12 @@ # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- -TTY=/dev/console +TTY=/dev/vc/0 exec > $TTY exec < $TTY exec 2> $TTY +cd + exec /bin/sh