Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include config.inc and functions.inc | Scott Ullrich | 2009-11-22 | 1 | -0/+2 |
| | |||||
* | Decouple filter.inc from functions.inc. There is no need to process filter ↵ | Scott Ullrich | 2009-11-21 | 1 | -0/+1 |
| | | | | functions most of the time. Include filter.inc where it is needed | ||||
* | Correct out of place { | Scott Ullrich | 2009-07-10 | 1 | -1/+3 |
| | |||||
* | Fix option #2 in firmware upgrade (console) for NanoBSD, bdiff. | Scott Ullrich | 2009-07-05 | 1 | -2/+2 |
| | |||||
* | Remove newline | Scott Ullrich | 2009-07-05 | 1 | -1/+1 |
| | |||||
* | Add newline before DANGER | Scott Ullrich | 2009-07-05 | 1 | -1/+1 |
| | |||||
* | Add digital secutiry signature check to console upgrades. | Scott Ullrich | 2009-07-05 | 1 | -2/+27 |
| | |||||
* | Use tgz | Scott Ullrich | 2009-07-05 | 1 | -2/+1 |
| | |||||
* | Rename nanobsd firmware .bz2 | Scott Ullrich | 2009-07-05 | 1 | -1/+2 |
| | |||||
* | Fix nanobsd update detection | Renato Botelho | 2009-06-30 | 1 | -2/+2 |
| | |||||
* | * Reorganize the 'apply' button infrustructure in the GUI. | Ermal Luçi | 2009-06-30 | 1 | -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 Ullrich | 2009-06-29 | 1 | -0/+1 |
| | |||||
* | Unbreak | Scott Ullrich | 2009-06-29 | 1 | -5/+4 |
| | |||||
* | Alert when we detect a nanobsd image. | Scott Ullrich | 2009-06-29 | 1 | -3/+7 |
| | |||||
* | Only unlink file if it exists. | Scott Ullrich | 2009-06-28 | 1 | -1/+2 |
| | |||||
* | Add support for the NanoBSD platform | Scott Ullrich | 2009-06-27 | 1 | -1/+5 |
| | |||||
* | Add support for the NanoBSD platform | Scott Ullrich | 2009-06-27 | 1 | -1/+3 |
| | |||||
* | Add support for the NanoBSD platform | Scott Ullrich | 2009-06-27 | 1 | -1/+1 |
| | |||||
* | Set firmware lock bit when doing the upgrade | Scott Ullrich | 2009-05-04 | 1 | -0/+2 |
| | |||||
* | Exit after firmware update | Scott Ullrich | 2009-04-30 | 1 | -1/+3 |
| | |||||
* | Add . for every second firmware update is running | Scott Ullrich | 2009-04-16 | 1 | -2/+4 |
| | |||||
* | Make $g a global | Scott Ullrich | 2009-04-16 | 1 | -0/+1 |
| | |||||
* | Sleep for 10 before checking to see if firmware.lock exists | Scott Ullrich | 2009-04-16 | 1 | -1/+1 |
| | |||||
* | Correct ordering, use a lock file. Launch upgrade in bg and look for lock ↵ | Scott Ullrich | 2009-04-16 | 1 | -6/+7 |
| | | | | file to guess if upgrade is in progress | ||||
* | Use product_name | Scott Ullrich | 2008-11-10 | 1 | -4/+4 |
| | |||||
* | Do not assume that we ship uniprocessor kernel on LiveCD any longer. | Scott Ullrich | 2008-06-17 | 1 | -1/+1 |
| | |||||
* | When bdiff is detected in the filename, invoke the binary update | Scott Ullrich | 2008-02-17 | 1 | -4/+11 |
| | | | | routines. | ||||
* | Make sure $d_fwupenabled_path is defined since it is initially defined | Scott Ullrich | 2008-01-12 | 1 | -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 platform | Scott Ullrich | 2008-01-11 | 1 | -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 ops | Scott Ullrich | 2008-01-11 | 1 | -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 Ullrich | 2007-11-07 | 1 | -0/+3 |
| | |||||
* | Exit immediately after firmware update operation completes. | Scott Ullrich | 2007-08-28 | 1 | -0/+1 |
| | |||||
* | Add carriage return | Scott Ullrich | 2007-08-28 | 1 | -1/+1 |
| | |||||
* | Make $fp global | Scott Ullrich | 2007-08-28 | 1 | -0/+2 |
| | |||||
* | Do not close STDIN until script is done processing. | Scott Ullrich | 2007-08-28 | 1 | -2/+2 |
| | |||||
* | Prompt for kernel type if it is not defined. | Scott Ullrich | 2007-08-28 | 1 | -0/+28 |
| | | | | Ticket #1435 | ||||
* | Close STDIN ($fp) handle before returning back to shell. Major doh's. | Scott Ullrich | 2007-06-02 | 1 | -2/+14 |
| | |||||
* | Mount image read write before upgrading. | Scott Ullrich | 2007-05-11 | 1 | -1/+1 |
| | |||||
* | Mount read/write before fetching url. | Scott Ullrich | 2007-05-10 | 1 | -0/+1 |
| | |||||
* | Use unlink_if_exists() | Scott Ullrich | 2007-05-09 | 1 | -1/+1 |
| | |||||
* | Unlink upgrade file on upgrade. | Scott Ullrich | 2007-05-09 | 1 | -0/+1 |
| | |||||
* | Use /root/ as temporary storage. | Scott Ullrich | 2007-05-09 | 1 | -9/+9 |
| | |||||
* | Fetch the filesize initially and compare it. In addition we compare MD5 to ↵ | Scott Ullrich | 2007-05-02 | 1 | -4/+16 |
| | | | | be absolutely sure. | ||||
* | * Do not close a buffer that has failed * Automatically retry failed connection | Scott Ullrich | 2007-05-02 | 1 | -2/+6 |
| | |||||
* | Exit if URL or PATH is blank. | Scott Ullrich | 2007-05-01 | 1 | -0/+4 |
| | |||||
* | Add md5 support if the site is storing the value. | Scott Ullrich | 2007-05-01 | 1 | -0/+17 |
| | |||||
* | Add firmware update menu option which can fetch a URL from the internet or ↵ | Scott Ullrich | 2007-05-01 | 1 | -0/+64 |
use a already fetched file from the file system. |