summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial.firmware_update
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Use unlink_if_exists()Scott Ullrich2007-05-091-1/+1
|
* Unlink upgrade file on upgrade.Scott Ullrich2007-05-091-0/+1
|
* Use /root/ as temporary storage.Scott Ullrich2007-05-091-9/+9
|
* Fetch the filesize initially and compare it. In addition we compare MD5 to ↵Scott Ullrich2007-05-021-4/+16
| | | | be absolutely sure.
* * Do not close a buffer that has failed * Automatically retry failed connectionScott Ullrich2007-05-021-2/+6
|
* Exit if URL or PATH is blank.Scott Ullrich2007-05-011-0/+4
|
* Add md5 support if the site is storing the value.Scott Ullrich2007-05-011-0/+17
|
* Add firmware update menu option which can fetch a URL from the internet or ↵Scott Ullrich2007-05-011-0/+64
use a already fetched file from the file system.
OpenPOWER on IntegriCloud