From 0b37653ab908093a108cfe3cbcb4e8d378428d26 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 12 Jun 2024 00:58:22 +0100 Subject: 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 --- config/data/grub/module/default | 1 - 1 file changed, 1 deletion(-) (limited to 'config/data/grub/module/default') diff --git a/config/data/grub/module/default b/config/data/grub/module/default index 503c61c8..3555ad11 100755 --- a/config/data/grub/module/default +++ b/config/data/grub/module/default @@ -103,7 +103,6 @@ multiboot2 \ nativedisk \ normal \ ntfs \ -nvme \ ohci \ part_bsd \ part_dfly \ -- cgit v1.2.1