summaryrefslogtreecommitdiffstats
path: root/release/rc.local
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2013-12-21 16:43:40 +0000
committerdteske <dteske@FreeBSD.org>2013-12-21 16:43:40 +0000
commitc09ab6dda4d7fe95e67bd9ac59dddad90cb83ab0 (patch)
tree600c5b83c3b9cacc507d73b89fb0c794be797b41 /release/rc.local
parent0c0507101538eccdd84801e85cda5f9fdc73e7e4 (diff)
downloadFreeBSD-src-c09ab6dda4d7fe95e67bd9ac59dddad90cb83ab0.zip
FreeBSD-src-c09ab6dda4d7fe95e67bd9ac59dddad90cb83ab0.tar.gz
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). MFC after: 3 days
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