Date: Wed, 19 Aug 2009 21:01:32 +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: <200908192106.n7JL602c014439@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
simon 2009-08-19 21:01:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) etc freebsd-update.conf share/man/man5 freebsd-update.conf.5 usr.sbin/freebsd-update freebsd-update.sh Log: SVN rev 196393 on 2009-08-19 21:01:32Z by simon MFC 196392: 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. Reviewed by: cperciva Approved by: re (kib) Revision Changes Path 1.6.2.2 +11 -0 src/etc/freebsd-update.conf 1.4.2.2 +50 -2 src/share/man/man5/freebsd-update.conf.5 1.16.2.2 +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?200908192106.n7JL602c014439>