mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 19:15:54 +02:00
8 lines
234 B
Plaintext
8 lines
234 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"
|
|
GRUB_FONT="/boot/grub/unifont.pf2"
|