mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Ignore warnings from vidcontrol. Some folks just want to run the full version on their CF cards.
This commit is contained in:
parent
c117537a6b
commit
2d8bdd03b2
6
etc/rc
6
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 >/dev/ttyv1 &
|
||||
sleep 1
|
||||
/usr/sbin/vidcontrol -s 2
|
||||
/usr/sbin/vidcontrol -s 2 2>/dev/null
|
||||
fi
|
||||
|
||||
/usr/local/bin/beep.sh start
|
||||
|
||||
Loading…
Reference in New Issue
Block a user