Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restore to 1.2-RELEASE file. | Scott Ullrich | 2008-05-18 | 1 | -63/+247 |
| | |||||
* | Revert rc.firmware to a known working state now that the builder | Scott Ullrich | 2008-03-29 | 1 | -262/+63 |
| | | | | process is a bit more sane. | ||||
* | * Use /tmp/firmwareupgrades | Scott Ullrich | 2008-03-22 | 1 | -5/+11 |
| | | | | * Explode a mtree out to guarnatee we can extract a file | ||||
* | Latest round of fixes | Scott Ullrich | 2008-03-22 | 1 | -4/+5 |
| | |||||
* | Remove .tar file if it exists before extracting. | Scott Ullrich | 2008-03-21 | 1 | -0/+3 |
| | |||||
* | Correctly install files. | Scott Ullrich | 2008-03-21 | 1 | -2/+9 |
| | |||||
* | Do not pass z flag to tar. The item is now gzipped. | Scott Ullrich | 2008-03-21 | 1 | -1/+1 |
| | |||||
* | * Do not worry about egrepping filenames | Scott Ullrich | 2008-03-17 | 1 | -4/+4 |
| | | | | * Surround locations in "" | ||||
* | Remove firmware image once completed | Scott Ullrich | 2008-03-17 | 1 | -0/+1 |
| | |||||
* | Uncompress archive before tarring it. This avoids compression seek slowdowns | Scott Ullrich | 2008-03-17 | 1 | -4/+7 |
| | | | | Suggested-by: cmb | ||||
* | chflags noschg file before rm | Scott Ullrich | 2008-03-17 | 1 | -7/+9 |
| | |||||
* | Remove exec statement | Scott Ullrich | 2008-03-17 | 1 | -1/+0 |
| | |||||
* | Missing / | Scott Ullrich | 2008-03-17 | 1 | -3/+3 |
| | |||||
* | Use install when upgrading. | Scott Ullrich | 2008-03-17 | 1 | -91/+84 |
| | |||||
* | Unlink upgrade file on upgrade. | Scott Ullrich | 2007-05-09 | 1 | -0/+3 |
| | |||||
* | Remove configuration lock that would be acquired when you login to ssh after ↵ | Scott Ullrich | 2007-04-08 | 1 | -0/+2 |
| | | | | a firmware update. Ticket #1258 | ||||
* | Run /tmp/post_upgrade_command after update if it exists | Scott Ullrich | 2006-10-03 | 1 | -0/+14 |
| | |||||
* | if the update firmware unpacks /tmp/no_upgrade_reboot_required then do not ↵ | Scott Ullrich | 2006-10-03 | 1 | -12/+26 |
| | | | | reboot after update. | ||||
* | Redirect scripts output to /tmp/firmware_update.log | Scott Ullrich | 2006-04-16 | 1 | -0/+2 |
| | |||||
* | Do not process custom image unless it really exists. | Scott Ullrich | 2006-04-16 | 1 | -9/+14 |
| | | | | Before it was detecting an image of "" and triggering the -C error. | ||||
* | Do not process custom image unless it really exists. | Scott Ullrich | 2006-04-16 | 1 | -1/+1 |
| | | | | Before it was detecting an image of "" and triggering the -C error. | ||||
* | Switch to cd / && tar instead of -C to avoid: | Scott Ullrich | 2006-04-16 | 1 | -1/+3 |
| | | | | tar: Error opening archive: Failed to open '-C': No such file or directory | ||||
* | Echo to WALL when upgrades begin | Scott Ullrich | 2006-04-02 | 1 | -0/+1 |
| | |||||
* | Cleanup upgrade script | Scott Ullrich | 2006-01-05 | 1 | -1/+1 |
| | | | | Thanks to Dario for helping! | ||||
* | Cleanup upgrade script | Scott Ullrich | 2006-01-05 | 1 | -18/+20 |
| | | | | Thanks to Dario for helping! | ||||
* | Do not run end of upgrade commands all the time. Only run after an upgrade. | Scott Ullrich | 2005-09-22 | 1 | -15/+25 |
| | |||||
* | Do not create /ftmp ram disk. We are using /tmp at the moment. | Scott Ullrich | 2005-09-22 | 1 | -2/+2 |
| | |||||
* | if /etc/init_bootloader.sh exists, run this after upgrade. This will be the ↵ | Scott Ullrich | 2005-09-07 | 1 | -0/+6 |
| | | | | original bsdlabel command that was run. | ||||
* | Mount RO at the end of the file | Scott Ullrich | 2005-09-07 | 1 | -9/+6 |
| | |||||
* | * sync before forcing umount. | Scott Ullrich | 2005-09-07 | 1 | -0/+6 |
| | | | | * sleep for 5 seconds | ||||
* | call sync before umounting | Scott Ullrich | 2005-08-31 | 1 | -0/+1 |
| | |||||
* | unmount / after upgrade | Scott Ullrich | 2005-08-31 | 1 | -1/+3 |
| | |||||
* | use "/sbin/mount -w -o noatime /" to mount / on upgrade. | Scott Ullrich | 2005-08-31 | 1 | -2/+3 |
| | | | | for some reason calling php from this script is very problematic. workaround this for now. | ||||
* | Do not redirect console. | Scott Ullrich | 2005-08-20 | 1 | -1/+1 |
| | |||||
* | Do not process non-existant /sys | Scott Ullrich | 2005-08-20 | 1 | -3/+3 |
| | |||||
* | Correct path to chflags | Scott Ullrich | 2005-08-20 | 1 | -1/+1 |
| | |||||
* | Remove /var/run/firmware.lock after upgrad | Scott Ullrich | 2005-08-20 | 1 | -0/+4 |
| | |||||
* | Mount as rw during update. | Scott Ullrich | 2005-08-19 | 1 | -0/+2 |
| | |||||
* | Sanity check | Bill Marquette | 2005-08-10 | 1 | -8/+12 |
| | |||||
* | Convert to for loops | Scott Ullrich | 2005-08-01 | 1 | -14/+13 |
| | |||||
* | Do not touch /boot/ | Scott Ullrich | 2005-08-01 | 1 | -2/+12 |
| | |||||
* | Purge savecore directory after upgrading | Scott Ullrich | 2005-06-29 | 1 | -0/+1 |
| | |||||
* | Seek out and destroy CVS directories. DIE! | Scott Ullrich | 2005-06-29 | 1 | -1/+2 |
| | |||||
* | Make sure /etc/rc.conf and /etc/motd don't sneak in. | Scott Ullrich | 2005-06-29 | 1 | -0/+3 |
| | |||||
* | rc.subr is used by pcmcia facilities | Scott Ullrich | 2005-06-27 | 1 | -4/+0 |
| | |||||
* | Remove /etc/rc.subr and /etc/rc.d after upgrade if it exists. We have our ↵ | Scott Ullrich | 2005-06-06 | 1 | -0/+4 |
| | | | | own rc process. | ||||
* | Send mtree output to syslog | Scott Ullrich | 2005-05-30 | 1 | -2/+2 |
| | |||||
* | Hide warning messages | Scott Ullrich | 2005-05-21 | 1 | -6/+6 |
| | |||||
* | Shell rc.reboot | Scott Ullrich | 2005-05-21 | 1 | -2/+2 |
| | |||||
* | * Execute firmware upgrade in the background | Scott Ullrich | 2005-05-19 | 1 | -0/+2 |
| | | | | * Reboot again from /etc/rc.firmware, not from the web gui. This can be *dangerous* if the user cancels the update, navigates away from the page, etc. |