This commit is contained in:
Michel Le Cocq 2020-06-24 09:01:52 +02:00
parent 37adb9e7f7
commit 7050de57fa
1 changed files with 2 additions and 2 deletions

View File

@ -51,10 +51,10 @@ GRUB_CMDLINE_LINUX_DEFAULT="quiet splash resume=/dev/nvme0n1p2"
update-grub
~~~
* edit /etc/initramfs-tools/conf.d/resume. Replace the existing RESUME line with the following line.
* remove file */etc/initramfs-tools/conf.d/resume*
~~~
printf "RESUME=/dev/nvme0n1p2" | tee /etc/initramfs-tools/conf.d/resume
rm /etc/initramfs-tools/conf.d/resume
~~~
Register these changes.