Michel Le Cocq 2020-06-22 14:49:17 +02:00
parent 0663dfc122
commit 055536ae8b
1 changed files with 6 additions and 0 deletions

@ -109,10 +109,16 @@ swapoff -a
cryptsetup luksFormat --cipher aes-xts-plain64 --verify-passphrase --key-size 256 /dev/nvme0n1p2
~~~
edit : /etc/default/grub
~~~
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash resume=/dev/mapper/cryptswap1"
~~~
~~~
update-grub
~~~
### to be solve
~~~