mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-05 17:09:22 +01:00
8 lines
448 B
INI
8 lines
448 B
INI
# 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"
|