This commit is contained in:
parent
752fbb22da
commit
ca3b388722
@ -160,13 +160,13 @@ swapoff /dev/mapper/cryptswap1
|
|||||||
/dev/nvme0n1p2 none swap discard 0 0
|
/dev/nvme0n1p2 none swap discard 0 0
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
Change your /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT to
|
* Change your /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT to
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash resume=/dev/nvme0n1p2"
|
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.
|
* edit /etc/initramfs-tools/conf.d/resume. Replace the existing RESUME line with the following line.
|
||||||
|
|
||||||
RESUME=/dev/nvme0n1p2
|
RESUME=/dev/nvme0n1p2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user