From e3a6cf3271eac41641e382a07e7ef2b8fc75f680 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Sun, 21 Dec 2008 20:00:39 -0300 Subject: [PATCH] console: changed console shell service to run at $HOME and use vc/0 instead of console --- initramfs/etc_console_run.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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