Browse Source

console: changed to use /dev/console instead of vc/0

0.2-maint
Alejandro Mery 15 years ago
parent
commit
18bf9e0dd8
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      initramfs/etc_console_run.sh

+ 2
- 2
initramfs/etc_console_run.sh

@ -3,7 +3,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/idunn/initramfs/etc_console_run.sh
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2008 - 2009 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -13,7 +13,7 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
TTY=/dev/vc/0
TTY=/dev/console
exec > $TTY
exec < $TTY

Loading…
Cancel
Save