Revision a337e809
Added by Chris Buechler over 9 years ago
src/etc/rc.bootup | ||
---|---|---|
61 | 61 |
if (in_array($key, array("r", "R"))) { |
62 | 62 |
putenv("TERM=cons25"); |
63 | 63 |
echo "\n\nRecovery mode selected...\n"; |
64 |
passthru("/usr/bin/env TERM=cons25 /bin/tcsh -c /scripts/lua_installer rescue");
|
|
64 |
passthru("/usr/bin/env TERM=cons25 /bin/tcsh"); |
|
65 | 65 |
} else { |
66 | 66 |
putenv("TERM=cons25"); |
67 | 67 |
echo "\n\nInstaller mode selected...\n"; |
Also available in: Unified diff
Have recovery mode go to a shell as intended.