summaryrefslogtreecommitdiffstats
path: root/release/rc.local
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2014-01-15 08:10:41 +0000
committerdteske <dteske@FreeBSD.org>2014-01-15 08:10:41 +0000
commitc7d6611e4d007aec21fb07f8518bdf3bc00e781e (patch)
treefa77682c15d6f13f8c2b6d1a35229914ba8f540c /release/rc.local
parent75e3be07b847ec4d91278e28d93026034ec6485e (diff)
downloadFreeBSD-src-c7d6611e4d007aec21fb07f8518bdf3bc00e781e.zip
FreeBSD-src-c7d6611e4d007aec21fb07f8518bdf3bc00e781e.tar.gz
MFC r259686:
Move the installer's keymap solution introduced by SVN r259468. The new location of /etc/rc.local on the install media is more appropriate as it knows serial vs. non-serial and can also do the change earlier (so that even the initial Install dialog can benefit from the change). Discussed with: nwhitehorn
Diffstat (limited to 'release/rc.local')
-rwxr-xr-xrelease/rc.local4
1 files changed, 4 insertions, 0 deletions
diff --git a/release/rc.local b/release/rc.local
index f0f297f..2c846c4 100755
--- a/release/rc.local
+++ b/release/rc.local
@@ -19,6 +19,10 @@ if [ $? -eq 0 ]; then
TERM=xterm
fi
+ # Don't send ESC on function-key 62/63 (left/right command key)
+ kbdcontrol -f 62 '' > /dev/null 2>&1
+ kbdcontrol -f 63 '' > /dev/null 2>&1
+
if [ -z "$EXTERNAL_VTY_STARTED" ]; then
# Init will clean these processes up if/when the system
# goes multiuser
OpenPOWER on IntegriCloud