systemd: do not redirect to /dev/console

master
Harald Hoyer 2012-06-21 01:02:48 +02:00
parent b47e023767
commit f6eb1f1d1f
5 changed files with 0 additions and 6 deletions

View File

@ -7,8 +7,6 @@ NEWROOT="/sysroot"
[ -d /run/initramfs ] || mkdir -p -m 0755 /run/initramfs
[ -d /run/lock ] || mkdir -p -m 0755 /run/lock

exec </dev/console >/dev/console 2>&1

if [ -f /dracut-state.sh ]; then
. /dracut-state.sh || :
fi

View File

@ -1,7 +1,6 @@
#!/bin/sh
# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
# ex: ts=8 sw=4 sts=4 et filetype=sh
exec </dev/console >/dev/console 2>&1

if [ -f /dracut-state.sh ]; then
. /dracut-state.sh || :

View File

@ -2,7 +2,6 @@
# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
# ex: ts=8 sw=4 sts=4 et filetype=sh

exec </dev/console >/dev/console 2>&1
if [ -f /dracut-state.sh ]; then
. /dracut-state.sh || :
fi

View File

@ -1,7 +1,6 @@
#!/bin/sh
# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
# ex: ts=8 sw=4 sts=4 et filetype=sh
exec </dev/console >/dev/console 2>&1

if [ -f /dracut-state.sh ]; then
. /dracut-state.sh || :

View File

@ -2,7 +2,6 @@
# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
# ex: ts=8 sw=4 sts=4 et filetype=sh

exec </dev/console >/dev/console 2>&1
if [ -f /dracut-state.sh ]; then
. /dracut-state.sh || :
fi