Michel Le Cocq 2020-06-22 20:47:09 +02:00
parent fd1ad735a2
commit dad30467be
1 changed files with 4 additions and 0 deletions

@ -170,6 +170,10 @@ Change your /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT to
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash resume=/dev/nvme0n1p2"
~~~
Edit the file /etc/initramfs-tools/conf.d/resume. Replace the existing RESUME line with the following line.
RESUME=/dev/mapper/cryptswap1
~~~
mkswap /dev/nvme0n1p2
~~~