mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-14 04:52:59 +02:00
6 lines
159 B
Plaintext
6 lines
159 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"
|