forked from unitoo/configurations
fix: give warning for some grub options
This commit is contained in:
parent
dddf1a381c
commit
a70c5cdc4f
1 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue