- Since FreeBSD 6.2 the option to define the encryption algorithm to encrypt

the swap partition has changed from -a to -e. Reflect this in the
  documentation.

PR:		docs/113390
Submitted by:	"Beat Gaetzi" <beat@chruetertee.ch>
This commit is contained in:
Gabor Kovesdan 2007-12-21 21:01:24 +00:00
parent 9980d98d76
commit df6644b54d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=31138

View file

@ -4099,6 +4099,10 @@ geli_da2_flags="-p -k /root/da2.key"</programlisting>
a sectorsize of 4 kilobytes and the <quote>detach on last close</quote>
option set:</para>
<programlisting>geli_swap_flags="-e blowfish -l 128 -s 4096 -d"</programlisting>
<para>For systems prior to &os; 6.2-RELEASE, use the following line:</para>
<programlisting>geli_swap_flags="-a blowfish -l 128 -s 4096 -d"</programlisting>
<para>Please refer to the description of the <command>onetime</command> command