mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-16 13:16:47 +02:00
cb/hppro3500: use seagrub, not grubsea
We want graphics cards to work out of the box. This is why SeaGRUB is default, on desktops; SeaBIOS also has better code quality and is less likely to break, so it provides a nice fallback in case the GRUB payload is ever buggy during development (this decision was made ever since the botched May 2024 release) Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -5,7 +5,6 @@ xarch="i386-elf"
|
|||||||
payload_seabios="y"
|
payload_seabios="y"
|
||||||
payload_grub="y"
|
payload_grub="y"
|
||||||
payload_memtest="y"
|
payload_memtest="y"
|
||||||
payload_grubsea="y"
|
|
||||||
grub_scan_disk="nvme ahci"
|
grub_scan_disk="nvme ahci"
|
||||||
grubtree="nvme"
|
grubtree="nvme"
|
||||||
vcfg="hppro3500series"
|
vcfg="hppro3500series"
|
||||||
|
|||||||
Reference in New Issue
Block a user