summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial.firmware_update
Commit message (Collapse)AuthorAgeFilesLines
* Remove these booting settings since are uselessErmal LUÇI2014-11-281-4/+0
|
* Let user decide if he wants to proceed to the upgrade when sha256 fails to ↵Renato Botelho2014-10-201-1/+8
| | | | download. Fixes #3576
* Fix #3691, use curl instead of fetch to download update filesRenato Botelho2014-06-051-17/+13
|
* Nowdays there is no real difference between the kernels apart the ZFS ↵Ermal2014-04-141-29/+0
| | | | support. So do not keep a distinction anymore
* Fix numberingjim-p2012-11-201-1/+1
|
* Remove other potential places where someone could select a kernel we no ↵jim-p2012-11-201-11/+3
| | | | longer ship. Try to improve kernel detection a little more.
* Check update snapshot contents against .sha256 instead of .md5PiBa-NL2012-11-051-15/+15
|
* fix textChris Buechler2011-07-091-1/+1
|
* Teach the console update by url about the default auto update url.jim-p2011-03-091-1/+23
|
* Fix NanoBSD update detection for console update by URLjim-p2010-05-181-16/+10
|
* Ticket #428. Remove double included include.Ermal2010-03-151-2/+1
|
* Include config.inc and functions.incScott Ullrich2009-11-221-0/+2
|
* Decouple filter.inc from functions.inc. There is no need to process filter ↵Scott Ullrich2009-11-211-0/+1
| | | | functions most of the time. Include filter.inc where it is needed
* Correct out of place {Scott Ullrich2009-07-101-1/+3
|
* Fix option #2 in firmware upgrade (console) for NanoBSD, bdiff.Scott Ullrich2009-07-051-2/+2
|
* Remove newlineScott Ullrich2009-07-051-1/+1
|
* Add newline before DANGERScott Ullrich2009-07-051-1/+1
|
* Add digital secutiry signature check to console upgrades.Scott Ullrich2009-07-051-2/+27
|
* Use tgzScott Ullrich2009-07-051-2/+1
|
* Rename nanobsd firmware .bz2Scott Ullrich2009-07-051-1/+2
|
* Fix nanobsd update detectionRenato Botelho2009-06-301-2/+2
|
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-12/+8
| | | | | | - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals. - Convert all pages to the new infrustructure - This improves a lot the control on this notification
* Send log file to /conf/Scott Ullrich2009-06-291-0/+1
|
* UnbreakScott Ullrich2009-06-291-5/+4
|
* Alert when we detect a nanobsd image.Scott Ullrich2009-06-291-3/+7
|
* Only unlink file if it exists.Scott Ullrich2009-06-281-1/+2
|
* Add support for the NanoBSD platformScott Ullrich2009-06-271-1/+5
|
* Add support for the NanoBSD platformScott Ullrich2009-06-271-1/+3
|
* Add support for the NanoBSD platformScott Ullrich2009-06-271-1/+1
|
* Set firmware lock bit when doing the upgradeScott Ullrich2009-05-041-0/+2
|
* Exit after firmware updateScott Ullrich2009-04-301-1/+3
|
* Add . for every second firmware update is runningScott Ullrich2009-04-161-2/+4
|
* Make $g a globalScott Ullrich2009-04-161-0/+1
|
* Sleep for 10 before checking to see if firmware.lock existsScott Ullrich2009-04-161-1/+1
|
* Correct ordering, use a lock file. Launch upgrade in bg and look for lock ↵Scott Ullrich2009-04-161-6/+7
| | | | file to guess if upgrade is in progress
* Use product_nameScott Ullrich2008-11-101-4/+4
|
* Do not assume that we ship uniprocessor kernel on LiveCD any longer.Scott Ullrich2008-06-171-1/+1
|
* When bdiff is detected in the filename, invoke the binary updateScott Ullrich2008-02-171-4/+11
| | | | routines.
* Make sure $d_fwupenabled_path is defined since it is initially definedScott Ullrich2008-01-121-0/+2
| | | | | in guiconfig.inc. At some point in the future these variables should be moved to globals.inc.
* Automatically assume the embedded platform on update if the platformScott Ullrich2008-01-111-0/+8
| | | | | is set to embedded or wrap. We do not include any kernels outside of embedded anyways for this paticular platform.
* * Do not allow the image to go read only during download / upgrade opsScott Ullrich2008-01-111-0/+4
| | | | | | * If a previous /root/firmware.tgz file exists before download, unlink the file to avoid a out of space error if the prior download operation happens to fail (or if / becomes rw again)
* Remove any previous MD5 sums after upgrade.Scott Ullrich2007-11-071-0/+3
|
* Exit immediately after firmware update operation completes.Scott Ullrich2007-08-281-0/+1
|
* Add carriage returnScott Ullrich2007-08-281-1/+1
|
* Make $fp globalScott Ullrich2007-08-281-0/+2
|
* Do not close STDIN until script is done processing.Scott Ullrich2007-08-281-2/+2
|
* Prompt for kernel type if it is not defined.Scott Ullrich2007-08-281-0/+28
| | | | Ticket #1435
* Close STDIN ($fp) handle before returning back to shell. Major doh's.Scott Ullrich2007-06-021-2/+14
|
* Mount image read write before upgrading.Scott Ullrich2007-05-111-1/+1
|
* Mount read/write before fetching url.Scott Ullrich2007-05-101-0/+1
|
OpenPOWER on IntegriCloud