From b0fb87fcde42725020b9a9e4186b99a6971f816d Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 9 Oct 2005 03:59:16 +0000 Subject: Set vty2 TERM to cons25 and turn off ALT-F1 and ALT-F2 switching --- etc/rc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'etc/rc') diff --git a/etc/rc b/etc/rc index 0689101..f0c4b97 100755 --- a/etc/rc +++ b/etc/rc @@ -212,10 +212,8 @@ if [ ! -e /var/etc/console_lockdown ]; then /usr/sbin/vidcontrol -S on # Turn off bloody mouse pointer. /usr/sbin/vidcontrol -m off - /etc/rc.initial 2>/dev/ttyv1 /dev/ttyv1 & + env TERM=cons25 /etc/rc.initial 2>/dev/ttyv1 /dev/ttyv1 & /usr/sbin/vidcontrol -s 2 - # Lock em into the menu - /usr/sbin/vidcontrol -S off fi /usr/local/bin/beep.sh start -- cgit v1.1