summaryrefslogtreecommitdiffstats
path: root/etc/freebsd-update.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/freebsd-update.conf')
-rw-r--r--etc/freebsd-update.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/freebsd-update.conf b/etc/freebsd-update.conf
index af53be4..4410903 100644
--- a/etc/freebsd-update.conf
+++ b/etc/freebsd-update.conf
@@ -63,3 +63,14 @@ MergeChanges /etc/ /var/named/etc/ /boot/device.hints
# which *might* be installed of which FreeBSD Update should figure out
# which actually are installed and upgrade those (StrictComponents no)?
# StrictComponents no
+
+# When installing a new kernel perform a backup of the old one first
+# so it is possible to boot the old kernel in case of problems.
+# BackupKernel yes
+
+# If BackupKernel is enabled, the backup kernel is saved to this
+# directory.
+# BackupKernelDir /boot/kernel.old
+
+# When backing up a kernel also back up debug symbol files?
+# BackupKernelSymbolFiles no
OpenPOWER on IntegriCloud