diff options
Diffstat (limited to 'config/data/grub')
-rw-r--r-- | config/data/grub/bootorder_uboot | 1 | ||||
-rw-r--r-- | config/data/grub/mkhelper.cfg | 4 | ||||
-rwxr-xr-x | config/data/grub/module/default | 3 | ||||
-rwxr-xr-x | config/data/grub/module/nvme | 3 | ||||
-rwxr-xr-x | config/data/grub/module/xhci_nvme (renamed from config/data/grub/module/xhci) | 3 |
5 files changed, 10 insertions, 4 deletions
diff --git a/config/data/grub/bootorder_uboot b/config/data/grub/bootorder_uboot new file mode 100644 index 00000000..80641a36 --- /dev/null +++ b/config/data/grub/bootorder_uboot @@ -0,0 +1 @@ +/rom@img/u-boot diff --git a/config/data/grub/mkhelper.cfg b/config/data/grub/mkhelper.cfg index ff93a27c..e445900d 100644 --- a/config/data/grub/mkhelper.cfg +++ b/config/data/grub/mkhelper.cfg @@ -1,5 +1,7 @@ +# SPDX-License-Identifier: GPL-3.0-or-later + bootstrapargs="--gnulib-srcdir=gnulib/ --no-git" autoconfargs="--with-platform=coreboot --disable-werror" makeargs="FS_PAYLOAD_MODULES=\"\"" -btype="autohell" +buildtype="autohell" mkhelper="mkpayload_grub" diff --git a/config/data/grub/module/default b/config/data/grub/module/default index 3555ad11..faa2473e 100755 --- a/config/data/grub/module/default +++ b/config/data/grub/module/default @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-3.0-or-later + # Install modules (installed, but not automatically loaded) grub_install_modules=" \ hexdump \ @@ -67,7 +69,6 @@ gcry_whirlpool \ geli \ gfxmenu \ gfxterm_background \ -gfxterm_menu \ gzio \ hashsum \ halt \ diff --git a/config/data/grub/module/nvme b/config/data/grub/module/nvme index 503c61c8..5ff32329 100755 --- a/config/data/grub/module/nvme +++ b/config/data/grub/module/nvme @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-3.0-or-later + # Install modules (installed, but not automatically loaded) grub_install_modules=" \ hexdump \ @@ -67,7 +69,6 @@ gcry_whirlpool \ geli \ gfxmenu \ gfxterm_background \ -gfxterm_menu \ gzio \ hashsum \ halt \ diff --git a/config/data/grub/module/xhci b/config/data/grub/module/xhci_nvme index 6235bbad..05bd82aa 100755 --- a/config/data/grub/module/xhci +++ b/config/data/grub/module/xhci_nvme @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-3.0-or-later + # Install modules (installed, but not automatically loaded) grub_install_modules=" \ hexdump \ @@ -68,7 +70,6 @@ gcry_whirlpool \ geli \ gfxmenu \ gfxterm_background \ -gfxterm_menu \ gzio \ hashsum \ halt \ |