diff options
-rw-r--r-- | docs/tpc.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/tpc.md b/docs/tpc.md index 2d8a125..44b35ac 100644 --- a/docs/tpc.md +++ b/docs/tpc.md @@ -220,12 +220,10 @@ steps right after installation: During boot, at the `(initramfs)` prompt, type this to successfully unlock the encrypted volumes: - cryptsetup luksOpen /dev/mapper/volumename-root root - cryptsetup luksOpen /dev/mapper/volumename-swap swap + cryptsetup luksOpen /dev/mapper/${DISK}-root root + cryptsetup luksOpen /dev/mapper/${DISK}-swap swap ^Ctrl-D -Where `volumename` is `$DISK`. - Then, in the running system, do: sudo update-initramfs -v -u |