summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-07-31 12:02:07 -0300
committerRenato Botelho <renato@netgate.com>2015-07-31 12:02:07 -0300
commitd3f1140ff3b6b36d72b04f8567304401798eeab9 (patch)
tree71a6a1505932616d476dab64a92b22d1a100982e
parent21dfcd6101290aa40041cda041ad5c0866735a91 (diff)
downloadpfsense-d3f1140ff3b6b36d72b04f8567304401798eeab9.zip
pfsense-d3f1140ff3b6b36d72b04f8567304401798eeab9.tar.gz
Call lua_installer passing rescue as parameter since lua_installer_rescue is gone
-rwxr-xr-xetc/rc.bootup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index fd77ce8..0bd444d 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -59,7 +59,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 -c /scripts/lua_installer rescue");
} else {
putenv("TERM=cons25");
echo "\n\nInstaller mode selected...\n";
OpenPOWER on IntegriCloud