summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-05-15 23:33:05 -0400
committerScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-05-15 23:33:05 -0400
commitc2eebe2b3ebb65bd5051e94317386391f7e08029 (patch)
tree35105879fbe4c596bb9a1337ed368393fdbfa76b /etc/rc.bootup
parent406346ac94ae0650c426b6e643633230262cb4a6 (diff)
downloadpfsense-c2eebe2b3ebb65bd5051e94317386391f7e08029.zip
pfsense-c2eebe2b3ebb65bd5051e94317386391f7e08029.tar.gz
Use cons25
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 755fbb1..880193c 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -56,7 +56,7 @@ function rescue_detect_keypress() {
}
// If R or I was pressed do our logic here
if (in_array($key, array("r", "R"))) {
- system("env TERM=vt102 /scripts/lua_installer_rescue");
+ system("env TERM=cons25 /scripts/lua_installer_rescue");
} elseif (in_array($key, array("i", "I"))) {
system("env TERM=vt102 /scripts/lua_installer");
if(file_exists("/tmp/install_complete")) {
OpenPOWER on IntegriCloud