summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@G5.homeunix.net>2009-10-11 14:22:14 -0400
committerScott Ullrich <sullrich@G5.homeunix.net>2009-10-11 14:22:14 -0400
commit7ce55201ec0935a3f194b642072bd859dc784259 (patch)
tree288d839878423e23ba930e430f1d1f98e78174e5 /usr/local/www/system_firmware.php
parenteffecc51403fbb66e36bb16c18694b12800896b6 (diff)
downloadpfsense-7ce55201ec0935a3f194b642072bd859dc784259.zip
pfsense-7ce55201ec0935a3f194b642072bd859dc784259.tar.gz
Add note about uncompressed images/files
Diffstat (limited to 'usr/local/www/system_firmware.php')
-rwxr-xr-xusr/local/www/system_firmware.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php
index f432ec0..8e8d475 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -251,8 +251,7 @@ if(stristr($_FILES['ulfile']['name'],"nanobsd"))
upload&quot; below, then choose the image file (<?=$g['firmware_update_text'];?>)
to be uploaded.
<br>
- Click &quot;Upgrade firmware&quot;
- to start the upgrade process.
+ Click &quot;Upgrade firmware&quot; to start the upgrade process.
</p>
<?php if (!is_subsystem_dirty('rebootreq')): ?>
<?php if (!is_subsystem_dirty('firmware')): ?>
@@ -263,6 +262,8 @@ if(stristr($_FILES['ulfile']['name'],"nanobsd"))
<strong>Firmware image file: </strong>&nbsp;
<input name="ulfile" type="file" class="formfld">
<br><br>
+ <b>NOTE: You must upload a .tgz image, not a uncompressed image!</b>
+ <br><br>
<?php
if(!file_exists("/boot/kernel/pfsense_kernel.txt")) {
if($g['platform'] == "pfSense") {
OpenPOWER on IntegriCloud