/www/p5-Xango/

it repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/beadm
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.3.0.bdrewery2019-07-203-36/+6
|
* Upstream rerolled the tag to fix the version displaybdrewery2018-07-092-6/+8
|
* Update to 1.2.9bdrewery2018-07-092-4/+4
| | | | - Fix zfs properties regression from 1.2.8 with new BE
* Update to 1.2.8bdrewery2018-07-014-133/+15
| | | | | - Renaming active BE is now supported via 'zfs rename -u'. - All zfs options are now quoted
* - Properly support selecting BE from boot menu.bdrewery2018-01-193-7/+41
| | | | | | | | | This is only supported for releases that have /etc/rc.d/zfsbe, which is 10.4, 11.1, and newer. PR: 208601 Reported by: many Reviewed by: allanjude
* Bring in upstream fix 25a066def7cddd0f for manpage indentationbdrewery2018-01-192-1/+25
|
* Unbreak 'beadm list'.bdrewery2017-07-092-5/+12
| | | | | | | This basically reverts to 1.2.6 minus a 2>/dev/null change remaining. PR: 219256 Reported by: dim
* Restore /boot/entropy handling incorrectly lost in upstream 1.2.7 tag.bdrewery2017-07-062-1/+84
| | | | PR: 219256
* Update to 1.2.7ehaupt2017-07-042-3/+4
| | | | | PR: 219256 Approved by: bdrewery (maintainer timeout; 52 days)
* Use more proper upstream URL.bdrewery2015-10-171-1/+1
| | | | Submitted by: Fredrik Eriksson <fredrik@expertmaker.com>
* Update to 1.2.6.bdrewery2015-10-163-16/+4
| | | | | | | | | | | | Changes: - Restrict allowed characters for BE. - Fix dataset listing (avoid listing snapshots). - Avoid issues with bookmarks. - Automatically unmount the BE when activating it. - Fix grub not updating for: rename, activate. - Generate a new /boot/entropy file for new BE. PR: 202965
* For the new USE_GITHUB with only GH_TAGNAME set default DISTNAME tobdrewery2015-03-211-2/+2
| | | | | | | | | | include GH_PROJECT/GH_ACCOUNT/GH_TAGNAME. This prevents the distfile having the same name despite changing one of these values and causing a bad checksum. Differential Revision: https://reviews.freebsd.org/D2103 Reviewed by: mat With hat: bdrewery
* Convert my ports to the new USE_GITHUBbdrewery2015-03-202-5/+4
|
* Update USE_GITHUB so it does not require GH_COMMIT.bdrewery2015-03-201-1/+1
| | | | | | | | | | | | | | | | | Using this new scheme allows only setting the _tag_ or _commit hash_ in GH_TAGNAME and not having to know the hash for a tag. This scheme will download a tarball that has a different checksum than before due to a changed directory name for extraction. The following MASTER_SITES are provided to retain the old checksum and directory structure (that require GH_COMMIT): GH -> GHL GITHUB -> GITHUB_LEGACY Differential Revision: https://reviews.freebsd.org/D748 Submitted by: amdmi3 Reviewed by: mat, swills, antoine, bdrewery With hat: portmgr
* Again fix mount command due to upstream applying wrong patch.bdrewery2014-03-162-0/+12
| | | | Submitted by: Adrian Waters <awaters@draenan.net>
* - Update to 1.1bdrewery2014-03-163-25/+5
| | | | | | Changes: - Only copy zpool.cache if there is one - Change mountpoint to / instead of legacy, simplying child datasets
* - Fix 'beadm mount'bdrewery2013-10-272-0/+20
| | | | Submitted by: Adrian Waters <awaters@draenan.net>
* - Update to 1.0bdrewery2013-10-272-5/+8
| | | | | | | | | | | Changes: * Fix cloning of 'sharenfs' property * Add support for PREFIX/etc/beadm.conf * Add grub support * Remove hardcoded BE prefix (pool/ROOT) * Fix bug when 'listsnapshots=on' is set * Improve internal snapshot lookup * Typo fixes
* Manpage is compressedbdrewery2013-09-231-1/+1
|
* - Support STAGEDIRbdrewery2013-09-231-13/+7
| | | | - Remove check for FreeBSD <8
* - Add NO_STAGE until validated to be safe for upcoming staging supportbdrewery2013-09-201-0/+1
|
* - Update to 0.8.5bdrewery2012-11-062-4/+4
| | | | | | | | | | | Changes: - Name temporary mount points with Boot Environment name. - Disable mounting datasets with mountpoint=none (avilla). - Implement automatic deletion of temporary mountpoints. - Only delete the temporary created mountpoint directories. - Make use of TMPDIR when using mktemp(1). Feature safe: yes
* - Update to 0.8.4bdrewery2012-10-292-4/+4
| | | | | | | | Changes: * Manpage updates * Bugfixes for unmounting Feature safe: yes
* - Update beadm to 0.8.3bdrewery2012-10-282-4/+4
| | | | | | | | Changes: * list: Implement -H option to not show headers * Bugfixes with umount/activate Feature safe: yes
* - Update to 0.8.2bdrewery2012-09-272-4/+4
| | | | | | | Changes: * Make `beadm list -D` calculation even more accurate
* - Update to 0.8.1bdrewery2012-09-202-9/+4
| | | | | | | | | Changes: * Make the *beadm list* several times faster. * Minor style fixes. * New more intuitive Boot Environments origin snapshots listing. * Updated man page. * Add -s option (as in original beadm) to also list snapshots.
* - Add development version of beadmbdrewery2012-09-121-0/+2
| | | | | | Changelog: * Make `beadm list` several times faster.
* - Update to 0.8bdrewery2012-09-063-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix grammar error in pkg-descr - Switch backup mirror to using Github via USE_GITHUB Changelog: -- Introduce proper space calculation by each boot environment in *beadm list* -- Rework the *beadm destroy* command so no orphans are left after destroying boot environment. -- Fix the *beadm mount* and *beadm umount* commands error handling. -- Rework consistency of all error and informational messages. -- Simplify and cleanup code where possible. -- Fix *beadm destroy* for 'static' (not cloned) boot environments received by *zfs receive* command. -- Use mktemp(1) where possible. -- Implement *beadm list -a* option to list all datasets and snapshots of boot environments. -- Add proper mountpoint listing to the *beadm list* command. % beadm list BE Active Mountpoint Space Created default NR / 11.0G 2012-07-28 00:01 test1 - /tmp/tmp.IUQuFO 41.2M 2012-08-27 21:20 test2 - - 56.6M 2012-08-27 21:20 -- Change snapshot format to the one used by original *beadm* command (%Y-%m-%d-%H:%M:%S). % zfs list -t snapshot -o name -r sys/ROOT/default NAME sys/ROOT/default@2012-08-27-21:20:00 sys/ROOT/default@2012-08-27-21:20:18 -- Implement *beadm list -D* option to display space that would be consumed by single boot environment if all other boot environments will be destroyed. % beadm list -D BE Active Mountpoint Space Created default NR / 9.4G 2012-07-28 00:01 test1 - /tmp/tmp.IUQuFO 8.7G 2012-08-27 21:20 test2 - 8.7G 2012-08-27 21:20 -- Add an option to BEADM DESTROY command to not destroy manually created snapshots used for boot environment. # beadm destroy test1 Are you sure you want to destroy 'test1'? This action cannot be undone (y/[n]): y Boot environment 'test1' was created from existing snapshot Destroy 'default@test1' snapshot? (y/[n]): y Destroyed successfully # beadm destroy test1 Are you sure you want to destroy 'test1'? This action cannot be undone (y/[n]): y Boot environment 'test1' was created from existing snapshot Destroy 'default@test1' snapshot? (y/[n]): n Origin snapshot 'default@test1' will be preserved Destroyed successfully Approved by: eadler, bapt (mentors, implicit)
* - Update to my new maintainer addressbdrewery2012-08-031-1/+1
| | | | Approved by: eadler (mentor)
* - update to 0.7.1rm2012-07-282-4/+4
| | | | | | | | | | | | | - update download mirror Changelog: - Fixes incorrect mountpoint creation in 'beadm mount' - Add checks to ensure 'beadm mount' mountpoints can be created - Add check to ensure 'beadm activate' BE is not already mounted from 'beadm mount' PR: 170214 Submitted by: Bryan Drewery <bryan at shatow dot net> (maintainer)
* - Update to 0.7jase2012-07-012-4/+4
| | | | | | PR: ports/169543 Submitted by: Bryan Drewery <bryan@shatow.net> (maintainer) Approved by: culot (mentor)
* - Add SourceForge mirrorak2012-05-291-1/+2
| | | | | | PR: ports/168425 Submitted by: "Bryan Drewery" <bryan@shatow.net> (mainainer) Approved by: eadler, itetcu (mentors, implicit)
* Update to 0.6eadler2012-05-152-3/+3
| | | | | | | | | | | | Changes: - Adds 'beadm rename oldBE newBE' - Fixes creating environments from snapshots - Fixes non-cloned dataset getting promoted on 'activate' - More error handling fixes - 'destroy' now cleans up all child snapshots PR: ports/167922 Submitted by: "Bryan Drewery" <bryan@shatow.net> (maintainer)
* Update beadm to 0.5eadler2012-05-092-3/+3
| | | | | | | | | | Changes: Better support for child datasets in boot environments. Fixed error handling. Support for /boot/loader.conf.local PR: ports/167715 Submitted by: "Bryan Drewery" <bryan@shatow.net> (maintainer)