|
@ -3,7 +3,7 @@ |
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
# |
|
|
# |
|
|
# Filename: target/idunn/initramfs/etc_console_run.sh |
|
|
# 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. |
|
|
# 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. |
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
TTY=/dev/vc/0 |
|
|
|
|
|
|
|
|
TTY=/dev/console |
|
|
|
|
|
|
|
|
exec > $TTY |
|
|
exec > $TTY |
|
|
exec < $TTY |
|
|
exec < $TTY |
|
|