The GELI module is built by default, but the GENERIC kernel does not include GELI by default.
Correct the handbook to reflect this PR: 192453 Approved by: bcr (mentor)
This commit is contained in:
parent
e8375f83b3
commit
54268b165f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45416
1 changed files with 3 additions and 4 deletions
|
@ -2726,10 +2726,9 @@ What about bsdinstall?
|
|||
<step>
|
||||
<title>Load <command>geli</command> Support</title>
|
||||
|
||||
<para>Support for <command>geli</command> is built into the
|
||||
<filename>GENERIC</filename> kernel. To configure the
|
||||
system to automatically load the module
|
||||
at boot time, add the following line to
|
||||
<para>Support for <command>geli</command> is available as a loadable
|
||||
kernel module. To configure the system to automatically load the
|
||||
module at boot time, add the following line to
|
||||
<filename>/boot/loader.conf</filename>:</para>
|
||||
|
||||
<programlisting>geom_eli_load="YES"</programlisting>
|
||||
|
|
Loading…
Reference in a new issue