summaryrefslogtreecommitdiffstats
path: root/src/etc/rc.bootup
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-05-31 10:27:43 -0300
committerRenato Botelho <renato@netgate.com>2016-05-31 10:27:43 -0300
commit3f30067713a399f354500bb0af3c45763c63439b (patch)
tree738e4b66bed3651e56fff49a662d2455702fc6ca /src/etc/rc.bootup
parent8bad891360183456fb27cec590a7c8ee202bc0b5 (diff)
downloadpfsense-3f30067713a399f354500bb0af3c45763c63439b.zip
pfsense-3f30067713a399f354500bb0af3c45763c63439b.tar.gz
Move terminal config from cons25 to xterm, same used by FreeBSD
Diffstat (limited to 'src/etc/rc.bootup')
-rwxr-xr-xsrc/etc/rc.bootup8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/etc/rc.bootup b/src/etc/rc.bootup
index 3fb775f..9f7f3a7 100755
--- a/src/etc/rc.bootup
+++ b/src/etc/rc.bootup
@@ -59,13 +59,13 @@ function rescue_detect_keypress() {
}
// If R or I was pressed do our logic here
if (in_array($key, array("r", "R"))) {
- putenv("TERM=cons25");
+ putenv("TERM=xterm");
echo "\n\nRecovery mode selected...\n";
- passthru("/usr/bin/env TERM=cons25 /bin/tcsh");
+ passthru("/usr/bin/env TERM=xterm /bin/tcsh");
} else {
- putenv("TERM=cons25");
+ putenv("TERM=xterm");
echo "\n\nInstaller mode selected...\n";
- passthru("/usr/bin/env TERM=cons25 /bin/tcsh -c /scripts/lua_installer");
+ passthru("/usr/bin/env TERM=xterm /bin/tcsh -c /scripts/lua_installer");
}
passthru("/etc/rc.reboot");
OpenPOWER on IntegriCloud