summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdinstall/scripts/auto
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 /usr.sbin/bsdinstall/scripts/auto
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 'usr.sbin/bsdinstall/scripts/auto')
-rwxr-xr-xusr.sbin/bsdinstall/scripts/auto4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/bsdinstall/scripts/auto b/usr.sbin/bsdinstall/scripts/auto
index 85e2231..c2d8fc0 100755
--- a/usr.sbin/bsdinstall/scripts/auto
+++ b/usr.sbin/bsdinstall/scripts/auto
@@ -49,10 +49,6 @@ error() {
############################################################ MAIN
-# Don't send ESC on function-key 62/63 (left/right command key)
-f_quietly kbdcontrol -f 62 ''
-f_quietly kbdcontrol -f 63 ''
-
f_dprintf "Began Installation at %s" "$( date )"
rm -rf $BSDINSTALL_TMPETC
OpenPOWER on IntegriCloud