Skip to content
Snippets Groups Projects
Commit a5623137 authored by Peter Palfrader's avatar Peter Palfrader
Browse files

try to fix formatting

parent 2f2f9675
No related branches found
No related tags found
No related merge requests found
......@@ -44,10 +44,10 @@ To setup autoboot using mandos:
1. install mandos-client
1. add a new key to the LUKS partition and prepare mandos snippet:
t=`tempfile`
dd if=/dev/random bs=1 count=128 of="$t"
cryptsetup luksAddKey /dev/sda2 "$t"
mandos-keygen --passfile "$t"
t=`tempfile`
dd if=/dev/random bs=1 count=128 of="$t"
cryptsetup luksAddKey /dev/sda2 "$t"
mandos-keygen --passfile "$t"
1. and add a workaround for Debian Bug#926641
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment