diff options
author | Leah Rowe <info@minifree.org> | 2016-09-01 10:04:52 +0100 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2016-09-01 10:04:52 +0100 |
commit | e720da2bee585b8185666c033a5df44c5ae1e16f (patch) | |
tree | 0ac28c7f8ff7c39ba3f06d27ce427166041ca434 /docs/gnulinux | |
parent | b2823a73c7d3b28c03897e825375b6f34bc04c27 (diff) | |
download | librebootfr-e720da2bee585b8185666c033a5df44c5ae1e16f.tar.gz librebootfr-e720da2bee585b8185666c033a5df44c5ae1e16f.zip |
docs/gnulinux/encrypted_parabola: note about iteration time when booting
Diffstat (limited to 'docs/gnulinux')
-rw-r--r-- | docs/gnulinux/encrypted_parabola.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/gnulinux/encrypted_parabola.html b/docs/gnulinux/encrypted_parabola.html index 1d32a20e..24a9dac8 100644 --- a/docs/gnulinux/encrypted_parabola.html +++ b/docs/gnulinux/encrypted_parabola.html @@ -143,6 +143,11 @@ </p> <h2>Create LUKS partition</h2> + <p> + Note that the default iteration time is 2000ms (20 seconds) if not specified + in cryptsetup. You should set a lower time than this, otherwise there will be + an approximate 20 second delay when booting your system. + </p> <p> I am using MBR partitioning, so I use cfdisk:<br/> # <b>cfdisk /dev/sda</b> |