freebsd-dev/usr.sbin/freebsd-update
Simon L. B. Nielsen 23d827ef05 Add support for backing up the old kernel when installing a new kernel
using freebsd-update.  This applies to using freebsd-update in "upgrade
mode" and normal freebsd-update on a security branch.

The backup kernel will be written to /boot/kernel.old, if the directory
does not exist, or the directory was created by freebsd-update in a
previous backup.  Otherwise freebsd-update will generate a new directory
name for use by the backup.  By default symbol files are not backed up
to save diskspace and avoid filling up the root partition.

This feature is fully configurable in the freebsd-update config file,
but defaults to enabled.

MFC after:	1 week (stable/7)
Reviewed by:	cperciva
Approved by:	re (kib)
2009-08-19 20:47:31 +00:00
..
freebsd-update.8 fix grammar... 2009-05-06 20:07:28 +00:00
freebsd-update.sh Add support for backing up the old kernel when installing a new kernel 2009-08-19 20:47:31 +00:00
Makefile