mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
7 lines
241 B
Plaintext
7 lines
241 B
Plaintext
GRUB_TIMEOUT=5
|
|
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
|
|
GRUB_DEFAULT=saved
|
|
GRUB_CMDLINE_LINUX="rd.auto nmi_watchdog=1 softlockup_panic=1 panic=10"
|
|
GRUB_DISABLE_RECOVERY="true"
|
|
GRUB_BACKGROUND="/boot/grub/splash.png"
|