summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-05-16 02:15:59 -0400
committerScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-05-16 02:15:59 -0400
commit553fff8a534a16c1c69d722da0cead6fa6a01ecf (patch)
tree5fe28bd05646f8fe6c74ca8edac667ceeaf9ec00 /etc/rc.bootup
parent41d07e4247a7e3a79203fba1eb7a68293663c4a5 (diff)
downloadpfsense-553fff8a534a16c1c69d722da0cead6fa6a01ecf.zip
pfsense-553fff8a534a16c1c69d722da0cead6fa6a01ecf.tar.gz
Use tcsh and env to set TERM
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index d41576e..76042f5 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -58,9 +58,9 @@ function rescue_detect_keypress() {
}
// If R or I was pressed do our logic here
if (in_array($key, array("r", "R"))) {
- system("env TERM=cons25 /scripts/lua_installer_rescue");
+ system("env TERM=cons25 /bin/tcsh -c /scripts/lua_installer_rescue");
} elseif (in_array($key, array("i", "I"))) {
- system("env TERM=vt102 /scripts/lua_installer");
+ system("env TERM=cons25 /bin/tcsh -c /scripts/lua_installer");
if(file_exists("/tmp/install_complete")) {
system("/etc/rc.reboot");
exit;
OpenPOWER on IntegriCloud