summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2006-06-07 17:14:27 +0000
committerbrueffer <brueffer@FreeBSD.org>2006-06-07 17:14:27 +0000
commit835d031b9c59836476b4f4e8fa040810183e50b9 (patch)
treee4c80ee44b4d26f8def32d158dd209832fcc27fa /etc
parentddc3e83891d89423ea677cc0e6b1dc384d6cb6ee (diff)
downloadFreeBSD-src-835d031b9c59836476b4f4e8fa040810183e50b9.zip
FreeBSD-src-835d031b9c59836476b4f4e8fa040810183e50b9.tar.gz
Update geli_swap_flags, -e is now used to specify the encryption algorithm.
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 6da8487..02526b3 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -74,7 +74,7 @@ geli_autodetach="YES" # Automatically detach on last close.
#geli_da1_autodetach="NO"
#geli_mirror_home_flags="-k /etc/geli/home.keys"
-geli_swap_flags="-a aes -l 256 -s 4096 -d" # Options for GELI-encrypted
+geli_swap_flags="-e aes -l 256 -s 4096 -d" # Options for GELI-encrypted
# swap partitions.
root_rw_mount="YES" # Set to NO to inhibit remounting root read-write.
OpenPOWER on IntegriCloud