mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-31 06:34:34 +01:00
etc/default/grub.d: add flags to disable hibernating
This commit is contained in:
parent
2168bc47ed
commit
b04c724b5b
7
etc/default/grub.d/no-hibernating.cfg
Normal file
7
etc/default/grub.d/no-hibernating.cfg
Normal 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"
|
Loading…
Reference in New Issue
Block a user