Michel Le Cocq 2020-06-22 14:57:58 +02:00
parent 16ffdb6cf5
commit 3affa18e59
1 changed files with 6 additions and 0 deletions

@ -101,6 +101,12 @@ HandleSuspendKey=suspend-then-hibernate
HandleLidSwitch=suspend-then-hibernate
~~~
Now ajust /etc/fstab to use your mapper, replace your swap UUID device to :
~~~
/dev/mapper/swapDevice none swap discard 0 0
~~~
## encrypt swap partition
~~~