git: eb6534fa1b - main - handbook/disks: remove obsolete sysinstall note from gbde section
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Aug 2026 17:43:00 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/doc/commit/?id=eb6534fa1b829128c97e8dbde58fb1017dd140de
commit eb6534fa1b829128c97e8dbde58fb1017dd140de
Author: Christos Longros <chris.longros@gmail.com>
AuthorDate: 2026-08-31 17:42:25 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-08-31 17:42:38 +0000
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
---
documentation/content/en/books/handbook/disks/_index.adoc | 12 ------------
1 file changed, 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`