Revision b538999b
Added by Scott Ullrich about 16 years ago
etc/rc.initial_firmware_update | ||
---|---|---|
118 | 118 |
$platform = file_get_contents("/etc/platform"); |
119 | 119 |
$platform = str_replace("\n", "", $platform); |
120 | 120 |
$platform = str_replace("\r", "", $platform); |
121 |
if($platform == "embedded" or $platform == "wrap") { |
|
121 |
if($platform == "embedded" or $platform == "wrap" or $platform == "nanobsd") {
|
|
122 | 122 |
exec("echo wrap > /boot/kernel/pfsense_kernel.txt"); |
123 | 123 |
echo "\n"; |
124 | 124 |
return; |
Also available in: Unified diff
Add support for the NanoBSD platform