summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-05-18 21:16:46 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-05-18 21:16:46 -0400
commit1a2911a7aa12c367d5f3671d87636f46b285a062 (patch)
treed7ca8201cfa2705a8a38a8cbc768a1902f05272b /etc
parent223ef06a4172e9aecfd41f857ae778187e27b1e0 (diff)
downloadpfsense-1a2911a7aa12c367d5f3671d87636f46b285a062.zip
pfsense-1a2911a7aa12c367d5f3671d87636f46b285a062.tar.gz
Use nanobsd
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/system.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 7d051a9..6281a14 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -1388,7 +1388,7 @@ function system_identify_specific_platform() {
return array('name' => 'generic-pc-cdrom', 'descr' => "Generic PC (CD-ROM)");
/* the rest of the code only deals with 'embedded' platforms */
- if ($g['platform'] != 'embedded')
+ if ($g['platform'] != 'nanobsd')
return array('name' => $g['platform'], 'descr' => $g['platform']);
$dmesg = system_get_dmesg_boot();
OpenPOWER on IntegriCloud