summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
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