Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Make upgrade file easier to read | Scott Ullrich | 2009-07-04 | 1 | -2/+10 |
| | |||||
* | Output bsdlabel -A diagnostics as well | Scott Ullrich | 2009-07-03 | 1 | -0/+9 |
| | |||||
* | Output all slice information prior to upgrade, after dd operations and the ↵ | Scott Ullrich | 2009-07-03 | 1 | -0/+15 |
| | | | | final. | ||||
* | Output logs to /conf/ | Scott Ullrich | 2009-07-03 | 1 | -83/+97 |
| | |||||
* | revert | Scott Ullrich | 2009-07-03 | 1 | -1/+1 |
| | |||||
* | Use COMPLETE_PATH | Scott Ullrich | 2009-07-03 | 1 | -1/+1 |
| | |||||
* | Sleep for 10 seconds before rebooting and allow disks to catch up | Scott Ullrich | 2009-06-30 | 1 | -0/+5 |
| | |||||
* | * Reorganize the 'apply' button infrustructure in the GUI. | Ermal Luçi | 2009-06-30 | 1 | -8/+8 |
| | | | | | | - 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 - This improves a lot the control on this notification | ||||
* | Mount RW when script launches | Scott Ullrich | 2009-06-30 | 1 | -6/+3 |
| | |||||
* | Send log file to /conf/ | Scott Ullrich | 2009-06-29 | 1 | -1/+1 |
| | |||||
* | Add bit when restoring for diagnostics | Scott Ullrich | 2009-06-29 | 1 | -2/+2 |
| | |||||
* | Alert when we are doing a NanoBSD style upgrade. | Scott Ullrich | 2009-06-29 | 1 | -2/+2 |
| | |||||
* | Mount RW so we can write to logs. Duh. Mount RO if we exit out of an upgrade. | Scott Ullrich | 2009-06-29 | 1 | -4/+11 |
| | |||||
* | Mount RW so we can write to logs. Duh. Mount RO if we exit out of an upgrade. | Scott Ullrich | 2009-06-29 | 1 | -3/+7 |
| | |||||
* | Copy host /etc/fstab to newly created area | Scott Ullrich | 2009-06-28 | 1 | -0/+1 |
| | |||||
* | If anything goes wrong when updating fstab then abort the upgrade and file a ↵ | Scott Ullrich | 2009-06-28 | 1 | -12/+19 |
| | | | | notice. | ||||
* | Use GLABEL_SLICE | Scott Ullrich | 2009-06-28 | 1 | -3/+3 |
| | |||||
* | Add a function named file_notice which invokes the php version. | Scott Ullrich | 2009-06-28 | 1 | -14/+12 |
| | |||||
* | Just for kicks I tried to use a full upgrade file instead of a file labaled ↵ | Scott Ullrich | 2009-06-28 | 1 | -0/+13 |
| | | | | upgrade. Bad things hapeppened. Prevent this in the future and error out and file a notice when this is attempted and give a hint that a file namebed "upgrade" must be used. | ||||
* | Use gzcat | Scott Ullrich | 2009-06-28 | 1 | -2/+7 |
| |