summaryrefslogtreecommitdiffstats
path: root/tmp/post_upgrade_command
Commit message (Collapse)AuthorAgeFilesLines
* Be a little smarter about the default kernel in rare cases where we cannot ↵jim-p2013-01-031-1/+5
| | | | determine what was in use.
* Fixup kernel detection during upgrade process to ensure someone can't end up ↵jim-p2012-11-201-35/+81
| | | | with a kernel that doesn't exist any more.
* Don't skip over wrap_vga here.jim-p2012-09-121-0/+5
|
* Move the code to touch needs_package_sync into the shell script portion of ↵jim-p2011-05-241-3/+7
| | | | the post upgrade command. The PHP portion will fail spectacularly during the 1.2.3-to-2.0 upgrade trying to run the new binaries on the old OS. The shell script part still works. Fixes #1251 enough for what we need. The PHP code can never run properly there, but at least we can trigger the package reinstall and the rest can sort itself out when 2.0 boots the first time.
* Exclude loader.conf from being update during kernel updateScott Ullrich2011-01-281-4/+4
|
* We no longer use /var/run/config.lock - catch up to other progress. Also, ↵jim-p2011-01-121-1/+0
| | | | use lockf to test if the config is locked now, with a 30 second timeout.
* Overwrite .cshrc and .profileScott Ullrich2009-08-091-1/+1
|
* Escape commandScott Ullrich2009-08-091-2/+2
|
* Handle console too for noninteractiveScott Ullrich2009-08-091-0/+10
|
* Backout last commit, need to figure out the console angle as wellScott Ullrich2009-08-091-10/+0
|
* Fix non-interactive script bug on upgrade.Scott Ullrich2009-08-091-0/+10
|
* Only signal a package reinstall on full installations.Scott Ullrich2008-07-221-2/+0
|
* Signal a package reinstall after upgradeScott Ullrich2008-07-071-0/+2
|
* Do not assume that we ship uniprocessor kernel on LiveCD any longer.Scott Ullrich2008-06-171-0/+5
|
* Untar the complete kernel to /boot/ instead of just the kernel file itselfScott Ullrich2008-03-301-6/+4
|
* Nuke /usr/local/sbin/php if it exists on upgradeScott Ullrich2007-12-241-1/+6
|
* Move ttys_wrap into place last.Scott Ullrich2007-12-231-6/+4
|
* Check value of /etc/platform when installing the correct ttys file.Scott Ullrich2007-11-291-0/+6
| | | | Reported-by: Vivek Khera
* Nuke cvs_sync.sh on upgrade now that it resides in pfSsh.phpScott Ullrich2007-11-231-0/+4
|
* Remove any previous MD5 sums after upgrade.Scott Ullrich2007-11-071-2/+2
| | | | From Seth:
* * The drop is locked in /etc/rc.firmware * Modify ttys after the correct ↵Scott Ullrich2007-08-021-5/+3
| | | | file is moved into place
* * Drop the lock before exiting * Fall back to RO on needed platforms before ↵Scott Ullrich2007-08-021-1/+4
| | | | exiting
* Only zap /kernels directory if it existsScott Ullrich2007-08-021-1/+3
|
* * Ensure source kernel exists before blindly copying * Move embedded ttys ↵Scott Ullrich2007-08-021-3/+10
| | | | back into place after upgrade
* Reinstall correct kernel after upgrade.Scott Ullrich2007-08-021-0/+12
|
* Upgrade RELENG_1 as well for embedded.Scott Ullrich2007-05-091-0/+9
OpenPOWER on IntegriCloud