Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove -U from mtree call used to restore files permissions, this is ↵ | Renato Botelho | 2015-03-11 | 1 | -1/+1 |
| | | | | replacing symlink targets by the old values. Ticket #4328 | ||||
* | Firmware upgrade script text changes | Phil Davis | 2015-02-04 | 1 | -10/+10 |
| | | | | | while I am looking at this, might as well correct these. No function problems or impact. | ||||
* | Make sure scripts have necessary attributes and use its shebang line instead ↵ | Renato Botelho | 2014-07-11 | 1 | -2/+8 |
| | | | | of force sh to call it. This will help to prevent or workaround issues similar to #3749 in the future | ||||
* | In some cases, new /bin/sh binary doesn't work properly before reboot during ↵ | Renato Botelho | 2014-07-11 | 1 | -2/+2 |
| | | | | a upgrade, and because of that /etc/rc.reboot is not executed and system doesn't reboot. Source /etc/rc.reboot instead of open a new sh session to avoid it happening again in future versions (ticket #3749) | ||||
* | Add one more seatbelt to prevent tar to attempt to overwrite /dev items | Renato Botelho | 2014-07-04 | 1 | -1/+1 |
| | |||||
* | Avoid keeping old files from previous sessions on /tmp/configbak | Renato Botelho | 2014-06-13 | 1 | -0/+1 |
| | |||||
* | Make sure check_reload_status is stopped so it can be upgraded and no events ↵ | Ermal | 2014-05-28 | 1 | -1/+3 |
| | | | | disturb the upgrade. | ||||
* | Update rc.firmware | ky41083 | 2013-04-17 | 1 | -2/+3 |
| | | | | | | | | | Previous USB patch to add 4MB to partition size calculation was not only not working, but worse, causing dev's to close all related tickets as duplicates when it clearly still needed fixing. Also, some dev's cited that "the CF install base is so much larger it's not worth breaking". Well, you've already broken it by adding a 4MB buffer for USB, which doesn't work. Either patch it right at 6MB, or completely take out the buffer all together to "fix" CF upgrades again. Why sit on a double broken patch? PoC: EVERY USB flash based install in place upgrade was failing by exactly 2MB. Added this patch to my 2.0.2 system after a failed 2.0.3 upgrade and boom, upgraded to 2.0.3 without issue. You're welcome ;-) | ||||
* | gitsync: Add --minimal parameter that installs only the updated files. | Erik Fonnesbeck | 2012-09-17 | 1 | -0/+3 |
| | |||||
* | Be more verbose during upgrade to see why nanobsd isn't carrying over the ↵ | jim-p | 2012-07-08 | 1 | -0/+2 |
| | | | | setting as expected. | ||||
* | make use of the correct file to send notifications | Warren Baker | 2012-05-11 | 1 | -4/+4 |
| | |||||
* | Setup serial bits after upgrade on NanoBSD, too. | jim-p | 2011-10-31 | 1 | -1/+1 |
| | |||||
* | Add option to perform full backup prior to upgrade. First commit of 2011 ↵ | Scott Ullrich | 2011-09-25 | 1 | -0/+6 |
| | | | | pfSense hackathon! | ||||
* | USB slices are under-reported even more than CF slices when viewed directly, ↵ | jim-p | 2011-08-03 | 1 | -1/+4 |
| | | | | instead of when looking at the entire disk. Compensate by adding a few MB. Fixes NanoBSD upgrades when installed on USB thumbdrives. (Imaged after this fix, someone can apply this fix locally and then upgrade as well.) | ||||
* | We no longer use /var/run/config.lock - catch up to other progress. Also, ↵ | jim-p | 2011-01-12 | 1 | -1/+0 |
| | | | | use lockf to test if the config is locked now, with a 30 second timeout. | ||||
* | Copy /boot/loader.conf.local to the newly imaged slice. Ticket #892 | Erik Fonnesbeck | 2010-11-14 | 1 | -0/+6 |
| | |||||
* | Use rc.firmware_notify to send a message when upgrade starts and completed | Scott Ullrich | 2010-07-30 | 1 | -2/+6 |
| | |||||
* | Broadcast when a firmware upgrade is completed | Scott Ullrich | 2010-07-30 | 1 | -0/+6 |
| | |||||
* | Use cp -p to preserve permissions (exec) | jim-p | 2010-07-29 | 1 | -1/+1 |
| | |||||
* | Save the old shutdown binary in an attempt to smooth a firmware upgrade that ↵ | jim-p | 2010-07-29 | 1 | -0/+2 |
| | | | | crosses to/from 32/64-bit. | ||||
* | Remove logs from temp config backup so they aren't clobbered when restored. | jim-p | 2010-05-25 | 1 | -0/+6 |
| | |||||
* | Standardize upgrade log filenames | jim-p | 2010-05-25 | 1 | -2/+2 |
| | |||||
* | Backup all of /conf including subdirectories during upgrade instead of just ↵ | jim-p | 2010-05-25 | 1 | -4/+4 |
| | | | | files in /conf/ | ||||
* | Insulate some variables as they are used. | jim-p | 2010-05-24 | 1 | -35/+20 |
| | |||||
* | Add missing unmount calls. | Ermal Luçi | 2010-03-08 | 1 | -1/+2 |
| | |||||
* | Note that the file will be labeled nanobsd upgrade | sullrich | 2009-12-09 | 1 | -1/+1 |
| | |||||
* | Patch from Ron Lockard that fixed restore_chflags due to a STDOUT ↵ | Scott Ullrich | 2009-11-13 | 1 | -3/+3 |
| | | | | redirection issue | ||||
* | Correctly note that the pfSenseupgrade is starting | sullrich | 2009-10-22 | 1 | -1/+1 |
| | |||||
* | Remove upgrade IMG file after failure | Scott Ullrich | 2009-10-13 | 1 | -0/+4 |
| | |||||
* | Remove image file when error occour because image file is greater than ↵ | Renato Botelho | 2009-09-16 | 1 | -0/+1 |
| | | | | partition size | ||||
* | Add 1 meg to on size disk image | Scott Ullrich | 2009-09-10 | 1 | -0/+1 |
| | |||||
* | Remove /var/run/firmware.lock as well | Scott Ullrich | 2009-09-10 | 1 | -3/+8 |
| | |||||
* | Show what each of the numbers are during a upgrade size failure check | Scott Ullrich | 2009-09-10 | 1 | -1/+1 |
| | |||||
* | Show size of detected on disk partition and size of upgrade file | Scott Ullrich | 2009-07-24 | 1 | -1/+1 |
| | |||||
* | Minor commnets | Scott Ullrich | 2009-07-23 | 1 | -1/+3 |
| | |||||
* | Set kern.geom.debugflags=16 | Scott Ullrich | 2009-07-22 | 1 | -0/+4 |
| | |||||
* | Add a seatbelt check to ensure the on disk partition is the same size (or ↵ | Scott Ullrich | 2009-07-07 | 1 | -0/+12 |
| | | | | larger) and bail if it has any issues. | ||||
* | Set boot slice correctly (reversed logic) | Scott Ullrich | 2009-07-05 | 1 | -1/+0 |
| | |||||
* | Add and use fdisk_upgrade_log.txt | Scott Ullrich | 2009-07-05 | 1 | -38/+39 |
| | |||||
* | Send file list to its own logfile | Scott Ullrich | 2009-07-05 | 1 | -1/+1 |
| | |||||
* | Remove foot shooting code that was commented out. It is not necessary for ↵ | Scott Ullrich | 2009-07-05 | 1 | -11/+2 |
| | | | | this. Enhance a comment about why we need boot0cfg | ||||
* | Use obs and gzip -dc | Scott Ullrich | 2009-07-05 | 1 | -2/+2 |
| | |||||
* | Set active partition with boot0cfg too | Scott Ullrich | 2009-07-05 | 1 | -3/+3 |
| | |||||
* | Use bzcat | Scott Ullrich | 2009-07-05 | 1 | -2/+6 |
| | |||||
* | Remove debugflags and boot0cfg. NanoBSD does not use either of these when ↵ | Scott Ullrich | 2009-07-05 | 1 | -12/+12 |
| | | | | upgrading. | ||||
* | Reset log file on each invocation | Scott Ullrich | 2009-07-04 | 1 | -0/+4 |
| | |||||
* | Use fsck_ufs | Scott Ullrich | 2009-07-04 | 1 | -2/+2 |
| | |||||
* | Get a complete find prinout of disk structure | Scott Ullrich | 2009-07-04 | 1 | -0/+4 |
| | |||||
* | Use 64k block size | Scott Ullrich | 2009-07-04 | 1 | -1/+1 |
| | |||||
* | Use same block size (64k) as builder scripts. | Scott Ullrich | 2009-07-04 | 1 | -1/+1 |
| |