Commit cfe582e0 authored by Franco Fichtner's avatar Franco Fichtner

firmware: add 17.7 upgrade pointers

(cherry picked from commit 9e238030)
(cherry picked from commit 9aac917f)
parent 60965f65
...@@ -320,7 +320,9 @@ ...@@ -320,7 +320,9 @@
/usr/local/opnsense/contrib/simplepie/library/SimplePie/gzdecode.php /usr/local/opnsense/contrib/simplepie/library/SimplePie/gzdecode.php
/usr/local/opnsense/contrib/simplepie/phpunit.xml.dist /usr/local/opnsense/contrib/simplepie/phpunit.xml.dist
/usr/local/opnsense/contrib/tzdata/iso3166.tab /usr/local/opnsense/contrib/tzdata/iso3166.tab
/usr/local/opnsense/firmware-message
/usr/local/opnsense/firmware-product /usr/local/opnsense/firmware-product
/usr/local/opnsense/firmware-upgrade
/usr/local/opnsense/mvc/app/cache/README /usr/local/opnsense/mvc/app/cache/README
/usr/local/opnsense/mvc/app/config/config.php /usr/local/opnsense/mvc/app/config/config.php
/usr/local/opnsense/mvc/app/config/loader.php /usr/local/opnsense/mvc/app/config/loader.php
......
<p>OPNsense 17.1 "<em>Eclectic Eagle</em>" is now end of life. As such
it will not receive any more updates, but the upgrade to the new 17.7 series is
seamless and can be performed right here from the GUI by unlocking it below.</p>
<p> Another method is to import and reinstall using a new installation image,
which will retain your settings (selecting "Import Configuration"), then
reformat the disk and apply a clean system (selecting "Guided Installation").</p>
<p>You can also upgrade via console / SSH by using option 12 from the menu.</p>
<p>Please backup your configuration, preview the new version via the live CD or
in a virtual machine. Create snapshots. If all else fails, report back
<a href="https://forum.opnsense.org/" target="_blank">in the forums</a> for
assistance.</p>
...@@ -644,7 +644,7 @@ POSSIBILITY OF SUCH DAMAGE. ...@@ -644,7 +644,7 @@ POSSIBILITY OF SUCH DAMAGE.
<div class="row"> <div class="row">
<?php if (file_exists('/usr/local/opnsense/firmware-message')): ?> <?php if (file_exists('/usr/local/opnsense/firmware-message')): ?>
<div id="firmware-upgrade" style="display:none;"><?= @file_get_contents('/usr/local/opnsense/firmware-upgrade') ?></div> <div id="firmware-upgrade" style="display:none;"><?= @file_get_contents('/usr/local/opnsense/firmware-upgrade') ?></div>
<div id="firmware-message" style="display:none;"><?= @file_get_contents('/usr/local/opnsense/firmware-message') ?></div> <div id="firmware-message" style="display:none;"><?= str_replace(PHP_EOL, ' ', @file_get_contents('/usr/local/opnsense/firmware-message')) ?></div>
<div class="alert alert-warning" role="alert" style="min-height: 65px;"> <div class="alert alert-warning" role="alert" style="min-height: 65px;">
<button class='btn btn-primary pull-right' id="upgrade_maj" style="display:none;"><i id="upgrade_progress_maj" class=""></i> {{ lang._('Upgrade now') }}</button> <button class='btn btn-primary pull-right' id="upgrade_maj" style="display:none;"><i id="upgrade_progress_maj" class=""></i> {{ lang._('Upgrade now') }}</button>
<button class='btn pull-right' id="checkupdate_maj" style="margin-right: 8px;"><i id="checkupdate_progress_maj" class=""></i> {{ lang._('Check for upgrade') }}</button> <button class='btn pull-right' id="checkupdate_maj" style="margin-right: 8px;"><i id="checkupdate_progress_maj" class=""></i> {{ lang._('Check for upgrade') }}</button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment