summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2004-02-03 11:26:08 +0000
committerdes <des@FreeBSD.org>2004-02-03 11:26:08 +0000
commitb48c64494255c2a975b3cfa00369aaf6bd6f28e7 (patch)
treecb66d62f409201d26f2df2bd5a436a1b77cfbe52 /etc/defaults
parent69ab9ceec06f8c8729d512c71d4112ba47ebe594 (diff)
downloadFreeBSD-src-b48c64494255c2a975b3cfa00369aaf6bd6f28e7.zip
FreeBSD-src-b48c64494255c2a975b3cfa00369aaf6bd6f28e7.tar.gz
Add support for initializing swap devices with random one-shot keys. Note
that the keys are currently generated by computing the MD5 checksum of 512 bytes read from /dev/random, and are passed to gbde on the command line. Sponsored by: Teleplan AS
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 9f5019a..e627fce 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -45,6 +45,8 @@ rc_conf_files="/etc/rc.conf /etc/rc.conf.local"
# Experimental - test before enabling
gbde_autoattach_all="NO" # YES automatically mounts gbde devices from fstab
gbde_devices="NO" # Devices to automatically attach (list, or AUTO)
+gbde_swap_enable="NO" # Set to YES to automatically initialize gbde swap
+ # devices listed in fstab with a random one-shot key
fsck_y_enable="NO" # Set to YES to do fsck -y if the initial preen fails.
background_fsck="YES" # Attempt to run fsck in the background where possible.
OpenPOWER on IntegriCloud