summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-07-01 13:37:42 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-07-01 13:37:42 -0300
commitedb4b65732d76810e5610bcece85571f13969fc0 (patch)
tree82477daac59a01793850182a401fb8d9899e4fa8 /etc/rc.initial
parent6f9a191d76aa837d727fe047c67aae5829fede16 (diff)
downloadpfsense-edb4b65732d76810e5610bcece85571f13969fc0.zip
pfsense-edb4b65732d76810e5610bcece85571f13969fc0.tar.gz
Fix #3647 and other improvements:
- Remove auto_login(), now gettytab is a constant file - Add reload_ttys(), that will send a SIGHUP to init and make it reload /etc/ttys - Change serial speed on /etc/ttys when necessary - Change console and serial auto_login on /etc/ttys when necessary - Change default type from cons25 to xterm
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-xetc/rc.initial2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index c57c0db..6b9885e 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -161,7 +161,7 @@ case ${opmode} in
;;
99)
if [ -e /dev/ukbd0 ]; then
- env TERM=cons25 /scripts/lua_installer
+ env TERM=xterm /scripts/lua_installer
else
/scripts/lua_installer
fi
OpenPOWER on IntegriCloud