Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161592634
D57904.id180815.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D57904.id180815.diff
View Options
diff --git a/documentation/content/en/books/handbook/disks/_index.adoc b/documentation/content/en/books/handbook/disks/_index.adoc
--- a/documentation/content/en/books/handbook/disks/_index.adoc
+++ b/documentation/content/en/books/handbook/disks/_index.adoc
@@ -1912,7 +1912,7 @@
It provides the following features:
* Utilizes the man:crypto[9] framework and automatically uses cryptographic hardware when it is available.
-* Supports multiple cryptographic algorithms such as AES-XTS, AES-CBC, and Camellia-CBCAES.
+* Supports multiple cryptographic algorithms such as AES-XTS, AES-CBC, and Camellia-CBC.
* Allows the root partition to be encrypted. The passphrase used to access the encrypted root partition will be requested during system boot.
* Allows the use of two independent keys.
* It is fast as it performs simple sector-to-sector encryption.
@@ -2078,7 +2078,14 @@
/dev/ada0s1b.bde none swap sw 0 0
....
-To instead encrypt the swap partition using man:geli[8], use the `.eli` suffix:
+To instead encrypt the swap partition using man:geli[8], initialize the device with a onetime key:
+
+[source,shell]
+....
+# geom eli onetime -d /dev/ada0s1b
+....
+
+Afterwards, add a line for the device with the `.eli` suffix to [.filename]#/etc/fstab#:
[.programlisting]
....
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jul 6, 4:36 AM (13 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34436180
Default Alt Text
D57904.id180815.diff (1 KB)
Attached To
Mode
D57904: handbook/disks: Update encrypted swap instructions for geli
Attached
Detach File
Event Timeline
Log In to Comment