etc/default/grub.d: add flags to disable hibernating

This commit is contained in:
Aminda Suomalainen 2020-01-19 13:47:33 +02:00
parent 2168bc47ed
commit b04c724b5b
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -0,0 +1,7 @@
# I think resume causes disabled swap partition to be used and may be a
# problem when booting. I also generally don't want to use hibernation as
# secure boot pushes away from it.
# noresume "Disables resume and restores original swap space."
# hibernate=no "Disable hibernation and resume."
# nohibernate = "[HIBERNATION] Disable hibernation and resume."
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT noresume hibernate=no nohibernate"