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
This commit is contained in:
parent
faee10a74a
commit
284a80b288
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48243
1 changed files with 1 additions and 1 deletions
|
|
@ -2883,7 +2883,7 @@ Filesystem Size Used Avail Capacity Mounted on
|
|||
<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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue