From b48c64494255c2a975b3cfa00369aaf6bd6f28e7 Mon Sep 17 00:00:00 2001 From: des Date: Tue, 3 Feb 2004 11:26:08 +0000 Subject: 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 --- etc/defaults/rc.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/defaults') 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. -- cgit v1.1