From 257dba7150b349ae0cede679f8fcc078a0d13f2f Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 17 Jul 2020 22:02:22 +0200 Subject: [PATCH] Support EFI capable ipxe.efi boot addon --- grml-live | 1 + 1 file changed, 1 insertion(+) diff --git a/grml-live b/grml-live index 8d2d024..a93e038 100755 --- a/grml-live +++ b/grml-live @@ -1132,6 +1132,7 @@ if [ "$ARCH" = i386 ] || [ "$ARCH" = amd64 ] ; then # copy addons from system packages or grml-live-addons copy_addon_file ipxe.lkrn /usr/lib/ipxe addons + copy_addon_file ipxe.efi /usr/lib/ipxe addons copy_addon_file pci.ids /usr/share/misc addons copy_addon_file memtest86+.bin /boot addons -- 2.1.4