Date: Wed, 19 Aug 2009 20:47:31 +0000 (UTC) From: "Simon L. Nielsen" <simon@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/etc freebsd-update.conf src/share/man/man5 freebsd-update.conf.5 src/usr.sbin/freebsd-update freebsd-update.sh Message-ID: <200908192050.n7JKoPSf012194@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
simon 2009-08-19 20:47:31 UTC
FreeBSD src repository
Modified files:
etc freebsd-update.conf
share/man/man5 freebsd-update.conf.5
usr.sbin/freebsd-update freebsd-update.sh
Log:
SVN rev 196392 on 2009-08-19 20:47:31Z by simon
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)
Revision Changes Path
1.7 +11 -0 src/etc/freebsd-update.conf
1.5 +50 -2 src/share/man/man5/freebsd-update.conf.5
1.17 +161 -1 src/usr.sbin/freebsd-update/freebsd-update.sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908192050.n7JKoPSf012194>
