|
Lines 25-31
Link Here
|
| 25 |
.\" |
25 |
.\" |
| 26 |
.\" $FreeBSD$ |
26 |
.\" $FreeBSD$ |
| 27 |
.\" |
27 |
.\" |
| 28 |
.Dd August 19, 2009 |
28 |
.Dd Februar 4, 2022 |
| 29 |
.Dt FREEBSD-UPDATE.CONF 5 |
29 |
.Dt FREEBSD-UPDATE.CONF 5 |
| 30 |
.Os FreeBSD |
30 |
.Os FreeBSD |
| 31 |
.Sh NAME |
31 |
.Sh NAME |
|
Lines 218-223
backup kernel, the
Link Here
|
| 218 |
.Cm freebsd-update |
218 |
.Cm freebsd-update |
| 219 |
rollback command will recreate the symbol files along with the old |
219 |
rollback command will recreate the symbol files along with the old |
| 220 |
kernel. |
220 |
kernel. |
|
|
221 |
.It Cm CreateBootEnv |
| 222 |
The single parameter following this keyword must be |
| 223 |
.Dq yes |
| 224 |
or |
| 225 |
.Dq no |
| 226 |
and specifies whether |
| 227 |
.Cm freebsd-update |
| 228 |
will create boot environments using |
| 229 |
.Cm bectl |
| 230 |
should the system support it. |
| 231 |
If UFS is used or |
| 232 |
.Cm freebsd-update |
| 233 |
is run inside a jail, no attempt will be made to create a boot environment. |
| 234 |
The boot environment function will create a new environment using the format: |
| 235 |
current FreeBSD kernel version and date/timestamp. |
| 221 |
.El |
236 |
.El |
| 222 |
.Sh FILES |
237 |
.Sh FILES |
| 223 |
.Bl -tag -width "/etc/freebsd-update.conf" |
238 |
.Bl -tag -width "/etc/freebsd-update.conf" |
|
Lines 228-233
configuration file.
Link Here
|
| 228 |
.El |
243 |
.El |
| 229 |
.Sh SEE ALSO |
244 |
.Sh SEE ALSO |
| 230 |
.Xr sha256 1 , |
245 |
.Xr sha256 1 , |
|
|
246 |
.Xr bectl 8 , |
| 231 |
.Xr freebsd-update 8 |
247 |
.Xr freebsd-update 8 |
| 232 |
.Sh AUTHORS |
248 |
.Sh AUTHORS |
| 233 |
.An Colin Percival Aq Mt cperciva@FreeBSD.org |
249 |
.An Colin Percival Aq Mt cperciva@FreeBSD.org |