From 2d8bdd03b2c680a08333ba7750ec72406cd4ba06 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 11 Oct 2005 17:46:48 +0000 Subject: [PATCH] Ignore warnings from vidcontrol. Some folks just want to run the full version on their CF cards. --- etc/rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/rc b/etc/rc index 31de155647..55bbacc12c 100755 --- a/etc/rc +++ b/etc/rc @@ -216,12 +216,12 @@ fi if [ ! -e /var/etc/console_lockdown ]; then # Allow VTY switching - /usr/sbin/vidcontrol -S on + /usr/sbin/vidcontrol -S on 2>/dev/null # Turn off bloody mouse pointer. - /usr/sbin/vidcontrol -m off + /usr/sbin/vidcontrol -m off 2>/dev/null env TERM=cons25 /etc/rc.initial 2>/dev/ttyv1 /dev/ttyv1 & sleep 1 - /usr/sbin/vidcontrol -s 2 + /usr/sbin/vidcontrol -s 2 2>/dev/null fi /usr/local/bin/beep.sh start