summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-09-05 14:52:06 -0400
committerjim-p <jimp@pfsense.org>2012-09-05 14:52:06 -0400
commitb16d666db31325f15dcb15dc41bda440dcf2f967 (patch)
treea1f77801a196f4da6660f506640d702c8902de52 /etc
parent4c9e22b9bbd3397b1b25f6123ca74b861580223d (diff)
downloadpfsense-b16d666db31325f15dcb15dc41bda440dcf2f967.zip
pfsense-b16d666db31325f15dcb15dc41bda440dcf2f967.tar.gz
No need for these other lines on nanobsd, and it can interfere with booting on some devices.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/pfsense-utils.inc9
1 files changed, 1 insertions, 8 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 9f31a49..fcfd279 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -998,14 +998,7 @@ function setup_serial_port($when="save", $path="") {
$new_boot_config[] = 'comconsole_speed="' . $serialspeed . '"';
$new_boot_config[] = 'console="comconsole,vidconsole"';
} elseif ($g['platform'] == "nanobsd") {
- if (file_exists("/etc/nano_use_vga.txt")) {
- $new_boot_config[] = 'boot_multicons="YES"';
- $new_boot_config[] = 'comconsole_speed="' . $serialspeed . '"';
- $new_boot_config[] = 'console="vidconsole,comconsole"';
- } else {
- $new_boot_config[] = 'comconsole_speed="' . $serialspeed . '"';
- $new_boot_config[] = 'console="comconsole"';
- }
+ $new_boot_config[] = 'comconsole_speed="' . $serialspeed . '"';
}
file_put_contents($loader_conf_file, implode("\n", $new_boot_config) . "\n");
}
OpenPOWER on IntegriCloud