This commit is contained in:
Michel Le Cocq 2020-06-24 09:45:35 +02:00
parent d3b53a4d25
commit 75a4cf3b52
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ root@laptop:/root# swapon -a
* edit **/etc/initramfs-tools/conf.d/resume**. Replace the existing **RESUME** line with the following line.
~~~
root@laptop:/root# printf "RESUME=UUID=/dev/mapper/cryptswap" | tee /etc/initramfs-tools/conf.d/resume
root@laptop:/root# printf "RESUME=/dev/mapper/cryptswap" | tee /etc/initramfs-tools/conf.d/resume
~~~
* Register these changes.