Browse Source

console: changed to use `sh -i`

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

+ 1
- 1
initramfs/etc_console_run.sh

@ -21,4 +21,4 @@ exec 2> $TTY
cd
exec /bin/sh
exec /bin/sh -i

Loading…
Cancel
Save