Project

General

Profile

Download (6.34 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
5eeb1d9d 07/09/2011 07:23 AM Chris Buechler

fix text

b043503a 03/09/2011 04:23 PM Jim Pingle

Teach the console update by url about the default auto update url.

873b2f0c 05/18/2010 07:22 PM Jim Pingle

Fix NanoBSD update detection for console update by URL

ce387866 03/15/2010 08:03 PM Ermal LUÇI

Ticket #428. Remove double included include.

45e63af1 11/22/2009 05:55 PM Scott Ullrich

Include config.inc and functions.inc

5f2d078e 11/22/2009 12:10 AM Scott Ullrich

Decouple filter.inc from functions.inc. There is no need to process filter functions most of the time. Include filter.inc where it is needed

11da95a6 07/10/2009 11:15 PM Scott Ullrich

Correct out of place {

3c043ca0 07/05/2009 11:44 PM Scott Ullrich

Fix option #2 in firmware upgrade (console) for NanoBSD, bdiff.

7615c951 07/05/2009 11:32 PM Scott Ullrich

Remove newline

dbbc0fc8 07/05/2009 11:28 PM Scott Ullrich

Add newline before DANGER

71ed7da5 07/05/2009 11:17 PM Scott Ullrich

Add digital secutiry signature check to console upgrades.

80d5c3f6 07/05/2009 10:10 PM Scott Ullrich

Use tgz

b80c8975 07/05/2009 07:08 PM Scott Ullrich

Rename nanobsd firmware .bz2

a368a026 06/30/2009 05:15 PM Ermal Luçi
  • Reorganize the 'apply' button infrustructure in the GUI.
    - 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...
d44d94c5 06/30/2009 03:39 PM Renato Botelho

Fix nanobsd update detection

1a4075a9 06/30/2009 03:49 AM Scott Ullrich

Send log file to /conf/

d2fdbd6f 06/30/2009 12:07 AM Scott Ullrich

Unbreak

285b3e3f 06/29/2009 08:57 PM Scott Ullrich

Alert when we detect a nanobsd image.

8fe0e201 06/28/2009 10:36 PM Scott Ullrich

Only unlink file if it exists.

0a453188 06/27/2009 10:41 PM Scott Ullrich

Add support for the NanoBSD platform

9fab6391 06/27/2009 10:38 PM Scott Ullrich

Add support for the NanoBSD platform

227811a4 06/27/2009 10:30 PM Scott Ullrich

Add support for the NanoBSD platform

030f88e8 05/05/2009 02:50 AM Scott Ullrich

Set firmware lock bit when doing the upgrade

9875b318 04/30/2009 05:55 PM Scott Ullrich

Exit after firmware update

dfd6af96 04/17/2009 03:11 AM Scott Ullrich

Add . for every second firmware update is running

05b98df0 04/17/2009 02:59 AM Scott Ullrich

Make $g a global

b30f4ba1 04/17/2009 02:56 AM Scott Ullrich

Sleep for 10 before checking to see if firmware.lock exists

6e75ac00 04/17/2009 02:21 AM Scott Ullrich

Correct ordering, use a lock file. Launch upgrade in bg and look for lock file to guess if upgrade is in progress

5b6eac01 11/10/2008 04:17 AM Scott Ullrich

Use product_name

b3191bd2 06/17/2008 01:07 AM Scott Ullrich

Do not assume that we ship uniprocessor kernel on LiveCD any longer.

e1aea2cd 02/17/2008 12:03 AM Scott Ullrich

When bdiff is detected in the filename, invoke the binary update
routines.

f502151d 01/12/2008 10:43 PM Scott Ullrich

Make sure $d_fwupenabled_path is defined since it is initially defined
in guiconfig.inc. At some point in the future these variables should
be moved to globals.inc.

9daeb964 01/11/2008 06:00 PM Scott Ullrich

Automatically assume the embedded platform on update if the platform
is set to embedded or wrap. We do not include any kernels outside
of embedded anyways for this paticular platform.

60b7af16 01/11/2008 05:53 PM Scott Ullrich
  • Do not allow the image to go read only during download / upgrade ops
  • 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)
7afeb359 11/07/2007 11:11 PM Scott Ullrich

Remove any previous MD5 sums after upgrade.

6ec96809 08/28/2007 06:31 PM Scott Ullrich

Exit immediately after firmware update operation completes.

c79e6edf 08/28/2007 06:28 PM Scott Ullrich

Add carriage return

00392a13 08/28/2007 06:19 PM Scott Ullrich

Make $fp global

1939b5ce 08/28/2007 06:18 PM Scott Ullrich

Do not close STDIN until script is done processing.

92d8801f 08/28/2007 06:16 PM Scott Ullrich

Prompt for kernel type if it is not defined.

Ticket #1435

31210184 06/02/2007 10:05 PM Scott Ullrich

Close STDIN ($fp) handle before returning back to shell. Major doh's.

8e57ecdf 05/11/2007 03:24 AM Scott Ullrich

Mount image read write before upgrading.

8d93d52a 05/10/2007 12:54 AM Scott Ullrich

Mount read/write before fetching url.

23a44298 05/09/2007 05:39 AM Scott Ullrich

Use unlink_if_exists()

69c4d460 05/09/2007 05:35 AM Scott Ullrich

Unlink upgrade file on upgrade.

1d2cc906 05/09/2007 04:41 AM Scott Ullrich

Use /root/ as temporary storage.

e1f1691f 05/02/2007 12:25 AM Scott Ullrich

Fetch the filesize initially and compare it. In addition we compare MD5 to be absolutely sure.

4cc6345e 05/02/2007 12:08 AM Scott Ullrich
  • Do not close a buffer that has failed
  • Automatically retry failed connection
9b5d2d24 05/01/2007 10:26 PM Scott Ullrich

Exit if URL or PATH is blank.

1d2ac3a5 05/01/2007 10:17 PM Scott Ullrich

Add md5 support if the site is storing the value.

f4feb493 05/01/2007 09:56 PM Scott Ullrich

Add firmware update menu option which can fetch a URL from the internet or use a already fetched file from the file system.