This commit is contained in:
Michel Le Cocq 2020-06-24 08:39:30 +02:00
parent f434801791
commit 37adb9e7f7
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ update-grub
* edit /etc/initramfs-tools/conf.d/resume. Replace the existing RESUME line with the following line.
~~~
RESUME=/dev/nvme0n1p2
printf "RESUME=/dev/nvme0n1p2" | tee /etc/initramfs-tools/conf.d/resume
~~~
Register these changes.