This commit is contained in:
Michel Le Cocq 2020-06-21 08:55:00 +02:00
parent 42495e09ef
commit 779acda1ac

View File

@ -147,6 +147,10 @@ cryptsetup luksFormat --cipher aes-xts-plain64 --verify-passphrase --key-size 25
[](https://help.ubuntu.com/community/EnableHibernateWithEncryptedSwap#Preparation) [](https://help.ubuntu.com/community/EnableHibernateWithEncryptedSwap#Preparation)
[](http://tlbdk.github.io/ubuntu/2018/10/22/encrypted-swap.html) [](http://tlbdk.github.io/ubuntu/2018/10/22/encrypted-swap.html)
[](https://forums.linuxmint.com/viewtopic.php?t=287015) [](https://forums.linuxmint.com/viewtopic.php?t=287015)
~~~
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash resume=/dev/mapper/cryptswap1"
~~~
# rotate # rotate
~~~ ~~~