mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-18 14:12:44 +02:00
grub: only enable nvme if needed on a board
remove nvme support from the "default" grub tree now there are three trees: * default: no xhci or nvme patches * nvme: contains nvme support * xhci: contains xhci and nvme support this is in case a bug like lbmk issue #216 ever occurs again, as referenced before during lbmk audit 5 there is no indication that the nvme patch causes any issues, but after previous experience i want to be sure Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -5,3 +5,4 @@ payload_seabios_withgrub="y"
|
||||
payload_memtest="y"
|
||||
xlang="c"
|
||||
grub_scan_disk="nvme ahci"
|
||||
grubtree="nvme"
|
||||
|
||||
Reference in New Issue
Block a user