diff options
| author | Christos Longros <chris.longros@gmail.com> | 2026-08-31 17:42:25 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2026-08-31 17:42:38 +0000 |
| commit | eb6534fa1b829128c97e8dbde58fb1017dd140de (patch) | |
| tree | 5e9947aeba1157a1f57c712eb0d3f9af94779411 | |
| parent | 72442dc9c2971d5a056eb7f6e1056672a546e85e (diff) | |
handbook/disks: remove obsolete sysinstall note from gbde section
sysinstall was removed in FreeBSD 10 and gbde was removed in
FreeBSD 15. The note warning about their incompatibility is no
longer relevant.
Signed-off-by: Christos Longros <chris.longros@gmail.com>
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D55866
| -rw-r--r-- | documentation/content/en/books/handbook/disks/_index.adoc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/documentation/content/en/books/handbook/disks/_index.adoc b/documentation/content/en/books/handbook/disks/_index.adoc index 1a83ba8f98..fd9471f071 100644 --- a/documentation/content/en/books/handbook/disks/_index.adoc +++ b/documentation/content/en/books/handbook/disks/_index.adoc @@ -1892,18 +1892,6 @@ This requires that the passphrase be entered at the console at boot time. After typing the correct passphrase, the encrypted partition will be mounted automatically. Additional gbde boot options are available and listed in man:rc.conf[5]. -[NOTE] -==== -sysinstall is incompatible with gbde-encrypted devices. -All [.filename]#*.bde# devices must be detached from the kernel before starting sysinstall or it will crash during its initial probing for devices. -To detach the encrypted device used in the example, use the following command: - -[source,shell] -.... -# gbde detach /dev/ad4s1c -.... -==== - [[disks-encrypting-geli]] === Disk Encryption with `geli` |
