This commit is contained in:
Michel Le Cocq 2020-06-22 15:40:44 +02:00
parent cece2da6a0
commit 2c195057d7

View File

@ -126,6 +126,12 @@ Now ajust /etc/fstab to use your mapper, replace your swap UUID device to :
/dev/mapper/swapDevice none swap discard 0 0 /dev/mapper/swapDevice none swap discard 0 0
~~~ ~~~
/etc/crypttab
~~~
/etc/crypttab UUID=.... none luks
~~~
~~~ ~~~
swapon -a swapon -a
~~~ ~~~