Update to r45416:

The GELI module is built by default, but the GENERIC kernel does not include GELI by default.
This commit is contained in:
Bjoern Heidotting 2016-05-07 23:40:02 +00:00
parent 731b8a3337
commit 75119a7838
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48787

View file

@ -5,7 +5,7 @@
$FreeBSD$
$FreeBSDde: de-docproj/books/handbook/disks/chapter.xml,v 1.187 2012/04/26 19:32:48 bcr Exp $
basiert auf: r44800
basiert auf: r45416
-->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="disks">
<info><title>Speichermedien</title>
@ -2836,11 +2836,11 @@ What about bsdinstall?
<title>Laden der
<command>geli</command>-Unterstützung</title>
<para>Die Unterstützung für <command>geli</command> ist
bereits im <filename>GENERIC</filename> enthalten. Damit
das Modul automatisch beim Booten geladen wird, fügen Sie
folgende Zeile in <filename>/boot/loader.conf</filename>
ein:</para>
<para>Die Unterstützung für <command>geli</command> wird
über ein ladbares Kernelmodul zur Verfügung gestellt.
Damit das Modul automatisch beim Booten geladen wird,
fügen Sie folgende Zeile in
<filename>/boot/loader.conf</filename> ein:</para>
<programlisting>geom_eli_load="YES"</programlisting>