This commit is contained in:
parent
69dff2ef32
commit
2364fc7118
@ -138,9 +138,14 @@ kernel lockdown prevent hibernation :
|
|||||||
## encrypt swap partition
|
## encrypt swap partition
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
|
apt-get install ecryptfs-utils
|
||||||
apt install cryptsetup-bin
|
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
|
# rotate
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
|
Loading…
Reference in New Issue
Block a user