This commit is contained in:
Michel Le Cocq 2020-06-22 10:35:27 +02:00
parent ca9c0e5bd5
commit 0940bd6532

View File

@ -46,11 +46,6 @@ Disable secure boot in bios to permit Hibernate.
apt install pm-utils apt install pm-utils
~~~ ~~~
~~~
update-initramfs -u -k $(uname -r)
pm-hibernate
~~~
~~~ ~~~
printf "RESUME=UUID=$(blkid | awk -F\" '/swap/ {print $2}')\n" | head -n 1| sudo tee /etc/initramfs-tools/conf.d/resume printf "RESUME=UUID=$(blkid | awk -F\" '/swap/ {print $2}')\n" | head -n 1| sudo tee /etc/initramfs-tools/conf.d/resume
~~~ ~~~