From d3f1140ff3b6b36d72b04f8567304401798eeab9 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Fri, 31 Jul 2015 12:02:07 -0300 Subject: Call lua_installer passing rescue as parameter since lua_installer_rescue is gone --- etc/rc.bootup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- cgit v1.1