This commit is contained in:
Michel Le Cocq 2020-06-22 16:48:38 +02:00
parent 9d55acbfa2
commit ee1fc98b69

View File

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