summaryrefslogtreecommitdiffstats
path: root/etc/rc.firmware
Commit message (Collapse)AuthorAgeFilesLines
* Unlink upgrade file on upgrade.Scott Ullrich2007-05-091-0/+3
|
* Remove configuration lock that would be acquired when you login to ssh after ↵Scott Ullrich2007-04-081-0/+2
| | | | a firmware update. Ticket #1258
* Run /tmp/post_upgrade_command after update if it existsScott Ullrich2006-10-031-0/+14
|
* if the update firmware unpacks /tmp/no_upgrade_reboot_required then do not ↵Scott Ullrich2006-10-031-12/+26
| | | | reboot after update.
* Redirect scripts output to /tmp/firmware_update.logScott Ullrich2006-04-161-0/+2
|
* Do not process custom image unless it really exists.Scott Ullrich2006-04-161-9/+14
| | | | Before it was detecting an image of "" and triggering the -C error.
* Do not process custom image unless it really exists.Scott Ullrich2006-04-161-1/+1
| | | | Before it was detecting an image of "" and triggering the -C error.
* Switch to cd / && tar instead of -C to avoid:Scott Ullrich2006-04-161-1/+3
| | | | tar: Error opening archive: Failed to open '-C': No such file or directory
* Echo to WALL when upgrades beginScott Ullrich2006-04-021-0/+1
|
* Cleanup upgrade scriptScott Ullrich2006-01-051-1/+1
| | | | Thanks to Dario for helping!
* Cleanup upgrade scriptScott Ullrich2006-01-051-18/+20
| | | | Thanks to Dario for helping!
* Do not run end of upgrade commands all the time. Only run after an upgrade.Scott Ullrich2005-09-221-15/+25
|
* Do not create /ftmp ram disk. We are using /tmp at the moment.Scott Ullrich2005-09-221-2/+2
|
* if /etc/init_bootloader.sh exists, run this after upgrade. This will be the ↵Scott Ullrich2005-09-071-0/+6
| | | | original bsdlabel command that was run.
* Mount RO at the end of the fileScott Ullrich2005-09-071-9/+6
|
* * sync before forcing umount.Scott Ullrich2005-09-071-0/+6
| | | | * sleep for 5 seconds
* call sync before umountingScott Ullrich2005-08-311-0/+1
|
* unmount / after upgradeScott Ullrich2005-08-311-1/+3
|
* use "/sbin/mount -w -o noatime /" to mount / on upgrade.Scott Ullrich2005-08-311-2/+3
| | | | for some reason calling php from this script is very problematic. workaround this for now.
* Do not redirect console.Scott Ullrich2005-08-201-1/+1
|
* Do not process non-existant /sysScott Ullrich2005-08-201-3/+3
|
* Correct path to chflagsScott Ullrich2005-08-201-1/+1
|
* Remove /var/run/firmware.lock after upgradScott Ullrich2005-08-201-0/+4
|
* Mount as rw during update.Scott Ullrich2005-08-191-0/+2
|
* Sanity checkBill Marquette2005-08-101-8/+12
|
* Convert to for loopsScott Ullrich2005-08-011-14/+13
|
* Do not touch /boot/Scott Ullrich2005-08-011-2/+12
|
* Purge savecore directory after upgradingScott Ullrich2005-06-291-0/+1
|
* Seek out and destroy CVS directories. DIE!Scott Ullrich2005-06-291-1/+2
|
* Make sure /etc/rc.conf and /etc/motd don't sneak in.Scott Ullrich2005-06-291-0/+3
|
* rc.subr is used by pcmcia facilitiesScott Ullrich2005-06-271-4/+0
|
* Remove /etc/rc.subr and /etc/rc.d after upgrade if it exists. We have our ↵Scott Ullrich2005-06-061-0/+4
| | | | own rc process.
* Send mtree output to syslogScott Ullrich2005-05-301-2/+2
|
* Hide warning messagesScott Ullrich2005-05-211-6/+6
|
* Shell rc.rebootScott Ullrich2005-05-211-2/+2
|
* * Execute firmware upgrade in the backgroundScott Ullrich2005-05-191-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.
* * Complete path to common binariesScott Ullrich2005-05-191-6/+7
| | | | * Find CVS directory and zap after upgrades
* Use complete path to mtreeScott Ullrich2005-05-191-2/+2
|
* Don't reboot after a firmware update - this is impractical with the new ↵Colin Smith2005-05-071-5/+2
| | | | update structure.
* Ensure proper /etc/hosts symlink after upgradeScott Ullrich2005-05-041-0/+4
|
* Only chmod user, not groups.Scott Ullrich2005-04-291-1/+1
|
* Restore flags before unmounting /cfScott Ullrich2005-04-281-5/+6
|
* run remove_chflags before upgrading.. they will be restored by the tgzScott Ullrich2005-04-271-0/+3
|
* (#15) Use rc.reboot when rebooting and don't try to remove ↵Colin Smith2005-04-211-3/+2
| | | | auto_upgrade_in_progress.
* * Add remove_chflags functionScott Ullrich2005-04-201-1/+28
| | | | | | * Add backup_chflags function * Add restore_chflags function * Backup and restore the chflags before updating
* * More debugging.Scott Ullrich2005-04-191-0/+1
| | | | * Remove /tmp/auto_upgrade_in_progress after completion
* Correct installed typoScott Ullrich2005-04-191-1/+1
|
* Add debugging lines. For some reason tar is not being invoked even though ↵Scott Ullrich2005-04-191-4/+7
| | | | the if section is being invoked.
* Use /tmp/bdiff.log instead of /tmp/errors.Colin Smith2005-04-181-1/+1
|
* We had three cases doing the same thing :PColin Smith2005-04-181-7/+1
|
OpenPOWER on IntegriCloud