Date: Tue, 23 Feb 2016 04:10:25 +0000 (UTC) From: Benjamin Kaduk <bjk@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r48243 - head/en_US.ISO8859-1/books/handbook/disks Message-ID: <201602230410.u1N4APDd030093@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602230410.u1N4APDd030093>