svn commit: r48243 - head/en_US.ISO8859-1/books/handbook/disks

Benjamin Kaduk bjk at FreeBSD.org
Tue Feb 23 04:10:27 UTC 2016


Author: bjk
Date: Tue Feb 23 04:10:25 2016
New Revision: 48243
URL: https://svnweb.freebsd.org/changeset/doc/48243

Log:
  Make geli attach flags match running text
  
  In the example rc.conf snippet for automatically attaching a geli partition,
  the -p argument was given, which means "do not use a passphrase", even
  though the previous example for manually mounting used a passphrase, and
  the following text also mentions a passphrase
  
  Submitted by:	christian.djumlija at yahoo.de

Modified:
  head/en_US.ISO8859-1/books/handbook/disks/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/disks/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/disks/chapter.xml	Tue Feb 23 02:52:39 2016	(r48242)
+++ head/en_US.ISO8859-1/books/handbook/disks/chapter.xml	Tue Feb 23 04:10:25 2016	(r48243)
@@ -2883,7 +2883,7 @@ Filesystem     Size   Used  Avail Capaci
 	<filename>/etc/rc.conf</filename>:</para>
 
       <programlisting>geli_devices="<replaceable>da2</replaceable>"
-geli_da2_flags="-p -k /root/<replaceable>da2.key</replaceable>"</programlisting>
+geli_da2_flags="-k /root/<replaceable>da2.key</replaceable>"</programlisting>
 
       <para>This configures <filename>/dev/da2</filename> as a
 	<command>geli</command> provider with a master key of


More information about the svn-doc-all mailing list