summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2014-11-28 23:22:25 +0100
committerErmal LUÇI <eri@pfsense.org>2014-11-28 23:26:34 +0100
commit719db60e4b8b638ec554a542457579c51945b99d (patch)
tree3a2991cc19af92f4c84d16c99c53d08c8fda8f5e /etc/inc/globals.inc
parentf4620b36fdc29ed665776f50a01423c901a48411 (diff)
downloadpfsense-719db60e4b8b638ec554a542457579c51945b99d.zip
pfsense-719db60e4b8b638ec554a542457579c51945b99d.tar.gz
Ticket #4009 Force serial console whenever the installer told us so.
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r--etc/inc/globals.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 195cb07..a7825d2 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -175,6 +175,9 @@ function platform_booting($on_console = false) {
return false;
}
+if (file_exists("{$g['cf_conf_path']}/enableserial_force"))
+ $g['enableserial_force'] = true;
+
$config_parsed = false;
?>
OpenPOWER on IntegriCloud