diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-12 13:40:19 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-12 13:40:19 -0300 |
commit | b36564bf68ea5af165142ca372c6503a064a9ec6 (patch) | |
tree | 8be0d208fd8fbe333a83c88c52ed3d572eaaaf22 /docs/tpc.md | |
parent | 10912a5f713fc40473e4870f524dc8934f5559e7 (diff) | |
download | hydra-b36564bf68ea5af165142ca372c6503a064a9ec6.tar.gz hydra-b36564bf68ea5af165142ca372c6503a064a9ec6.tar.bz2 |
Feat: docs: improvements about backups and TPC volume handling (2)
Diffstat (limited to 'docs/tpc.md')
-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 |