summaryrefslogtreecommitdiffstats
path: root/src/etc/rc.bootup
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-03-21 19:47:50 -0500
committerChris Buechler <cmb@pfsense.org>2016-03-21 19:47:50 -0500
commita337e809515d99f18f813a3af487dfad2a205e87 (patch)
tree544f1c9e8a56165079c511106a07b79ece88f092 /src/etc/rc.bootup
parent5de2f30ecc0a490fc4337a9e924f5ccdc06f8ccc (diff)
downloadpfsense-a337e809515d99f18f813a3af487dfad2a205e87.zip
pfsense-a337e809515d99f18f813a3af487dfad2a205e87.tar.gz
Have recovery mode go to a shell as intended.
Diffstat (limited to 'src/etc/rc.bootup')
-rwxr-xr-xsrc/etc/rc.bootup2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/rc.bootup b/src/etc/rc.bootup
index 54cd831..2a32a07 100755
--- a/src/etc/rc.bootup
+++ b/src/etc/rc.bootup
@@ -61,7 +61,7 @@ function rescue_detect_keypress() {
if (in_array($key, array("r", "R"))) {
putenv("TERM=cons25");
echo "\n\nRecovery mode selected...\n";
- passthru("/usr/bin/env TERM=cons25 /bin/tcsh -c /scripts/lua_installer rescue");
+ passthru("/usr/bin/env TERM=cons25 /bin/tcsh");
} else {
putenv("TERM=cons25");
echo "\n\nInstaller mode selected...\n";
OpenPOWER on IntegriCloud