Browse Source

console: changed console shell service to run at $HOME and use vc/0 instead of console

0.2-maint
Alejandro Mery 16 years ago
parent
commit
e3a6cf3271
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      initramfs/etc_console_run.sh

+ 3
- 1
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

Loading…
Cancel
Save