Revision tags: release/14.0.0 |
|
#
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0 |
|
#
f28f1389 |
| 16-Jul-2021 |
Dave Fullard <dave@fullard.ca> |
freebsd-update: create a ZFS boot environment on install
Updated freebsd-update to allow it to create boot environments using bectl should the system support it. The bectl utility was updated in r35
freebsd-update: create a ZFS boot environment on install
Updated freebsd-update to allow it to create boot environments using bectl should the system support it. The bectl utility was updated in r352211 (490e13c1403f) to support a 'check' to determine if the system supports boot environments. If UFS is used, the bectl check will fail then no attempt will be made to create the boot environment.
If freebsd-update is run inside a jail, no attempt will be made to create a boot environment.
The boot environment function will create a new environment using the format: current FreeBSD kernel version and date/timestamp, example:
12.0-RELEASE-p10_2019-10-03_185233
This functionality can be disabled by setting 'CreateBootEnv' in freebsd-update.conf to 'no'.
Discussed with: allanjude MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D21892
show more ...
|
Revision tags: release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0 |
|
#
14b841d4 |
| 11-Aug-2018 |
Kyle Evans <kevans@FreeBSD.org> |
MFH @ r337607, in preparation for boarding
|
#
f9c0a512 |
| 10-Aug-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r337286 through r337585.
|
#
6e6d254d |
| 05-Aug-2018 |
Brad Davis <brd@FreeBSD.org> |
Move freebsd-update.conf to usr.sbin/freebsd-update.
This is prep for pkgbase so that config files are tagged as such.
Approved by: will (mentor) Differential Revision: https://reviews.freebsd.org/
Move freebsd-update.conf to usr.sbin/freebsd-update.
This is prep for pkgbase so that config files are tagged as such.
Approved by: will (mentor) Differential Revision: https://reviews.freebsd.org/D16556
show more ...
|