aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2005-06-06 17:13:10 +0000
committerBill Nottingham <notting@redhat.com>2005-06-06 17:13:10 +0000
commit50afc38da9b721939b2d66c4b61c8de742350e81 (patch)
tree6db394e8ebafa918fad54f36d279c2f4905da1e6 /rc.d
parent1145379bb93c8d116f04fdd39824296092cc7d4a (diff)
downloadinitscripts-50afc38da9b721939b2d66c4b61c8de742350e81.tar
initscripts-50afc38da9b721939b2d66c4b61c8de742350e81.tar.gz
initscripts-50afc38da9b721939b2d66c4b61c8de742350e81.tar.bz2
initscripts-50afc38da9b721939b2d66c4b61c8de742350e81.tar.xz
initscripts-50afc38da9b721939b2d66c4b61c8de742350e81.zip
A fix for the font-not-initialized-on-secondary-consoles was
merged in 2.6.11-rc4. Remove workaround, add dep.
Diffstat (limited to 'rc.d')
-rwxr-xr-xrc.d/rc.sysinit14
1 files changed, 0 insertions, 14 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index 886452b7..4bf820d4 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -70,20 +70,6 @@ relabel_selinux() {
fi
}
-
-
-if [ "$HOSTTYPE" != "s390" -a "$HOSTTYPE" != "s390x" ]; then
- last=0
- for i in `LC_ALL=C grep '^[0-9].*respawn:/sbin/mingetty' /etc/inittab | sed 's/^.* tty\([0-9][0-9]*\).*/\1/g'`; do
- > /dev/tty$i
- last=$i
- done
- if [ $last -gt 0 ]; then
- > /dev/tty$((last+1))
- > /dev/tty$((last+2))
- fi
-fi
-
if [ "$CONSOLETYPE" = "vt" -a -x /sbin/setsysfont ]; then
echo -n "Setting default font ($SYSFONT): "
/sbin/setsysfont