Merge pull request 'fix: give warning for some grub options' (#7) from yamabiiko/dot-files:master into master

Reviewed-on: Unitoo/dot-files#7
This commit is contained in:
Claudio Maradonna 2021-09-11 12:52:07 +02:00
commit 0c4c8d0ad7
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# These rules are not meant to be copied and pasted as there will
# likely be other options enabled on your machine.
# Instead add them to the already existing ones in your /etc/default/grub
# remove ipv6 disable at the end if needed
#
# NOTE: remove ipv6 disable at the end if needed
# NOTE: remove module.sig_enforce=1 and lockdown=confidentiality on some systems to enable loading
# of wireguard module
GRUB_CMDLINE_LINUX="slab_nomerge slub_debug=FZ init_on_alloc=1 init_on_free=1 page_alloc.shuffle=1 pti=on vsyscall=none debugfs=off oops=panic module.sig_enforce=1 lockdown=confidentiality mce=0 quiet loglevel=0 ipv6.disable=1"