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