[Bug 282806] geli encrypted swap requires additional info and corrections

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 17 Nov 2024 04:23:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282806

            Bug ID: 282806
           Summary: geli encrypted swap requires additional info and
                    corrections
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Manual Pages
          Assignee: bugs@FreeBSD.org
          Reporter: dewayne@heuristicsystems.com.au
                CC: doc@FreeBSD.org

The correction of three elements are described under two documentation
sections.

1. url:
https://docs.freebsd.org/en/books/handbook/disks/#_configuring_encrypted_swap

Need to add the line that actually configures the device, namely 

"To initialise encrypted swap file
geom eli onetime -d /dev/ada0s1b

And also modify the current /etc/fstab line containing ada0s1b to:
/dev/ada0s1b.eli none swap sw 0 0


2. url: https://docs.freebsd.org/en/books/handbook/disks/#disks-encrypting-geli

Simple typo, replace: 
Supports multiple cryptographic algorithms such as AES-XTS, AES-CBC, and
Camellia-CBCAES.
with:
Supports multiple cryptographic algorithms such as AES-XTS, AES-CBC, and
Camellia-CBC.

-- 
You are receiving this mail because:
You are the assignee for the bug.