Michel Le Cocq 2020-06-22 16:48:38 +02:00
parent 9d55acbfa2
commit ee1fc98b69
1 changed files with 7 additions and 1 deletions

@ -131,13 +131,19 @@ Now ajust /etc/fstab to use your mapper, replace your swap UUID device to :
/etc/crypttab
~~~
/etc/crypttab UUID=.... none luks
swapDevice /dev/nvme0n1p2 none luks
~~~
~~~
swapon -a
~~~
Register these changes.
~~~
update-initramfs -u -k all
~~~
### to be solve
~~~