mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
This has changed in dracut 24 and we have used various hacks to enable this behaviour again when it would have been so easy to just enable this parameter. Fixes: #12862 - Upgrade from Core 166 to 167 does not use RAID anymore Reported-by: Dirk Sihling <dsihling@web.de> Reported-by: Adolf Belka <adolf.belka@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
7 lines
207 B
Plaintext
7 lines
207 B
Plaintext
GRUB_TIMEOUT=5
|
|
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
|
|
GRUB_DEFAULT=saved
|
|
GRUB_CMDLINE_LINUX="rd.auto panic=10"
|
|
GRUB_DISABLE_RECOVERY="true"
|
|
GRUB_BACKGROUND="/boot/grub/splash.png"
|