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