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
This commit is contained in:
Devin Teske 2013-12-21 16:43:40 +00:00
parent f83ed22cb6
commit a36511c287
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=259686
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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