This commit is contained in:
Michel Le Cocq 2020-06-21 08:07:32 +02:00
parent 69dff2ef32
commit 2364fc7118

View File

@ -138,9 +138,14 @@ kernel lockdown prevent hibernation :
## encrypt swap partition
~~~
apt-get install ecryptfs-utils
apt install cryptsetup-bin
swapoff -a
cryptsetup luksFormat --cipher aes-xts-plain64 --verify-passphrase --key-size 256 /dev/nvme0n1p2
~~~
[](https://help.ubuntu.com/community/EnableHibernateWithEncryptedSwap#Preparation)
# rotate
~~~