From dadca259782d0b5b05164712b23d023210c5ddfb Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Mon, 12 Oct 2020 00:36:24 -0700 Subject: [PATCH] Fix dnsmasq container image build * Remove grub.efi, Container Linux images are EOL and have been removed --- contrib/dnsmasq/get-tftp-files | 3 --- 1 file changed, 3 deletions(-) diff --git a/contrib/dnsmasq/get-tftp-files b/contrib/dnsmasq/get-tftp-files index 387f6ebdd..e31f60e45 100755 --- a/contrib/dnsmasq/get-tftp-files +++ b/contrib/dnsmasq/get-tftp-files @@ -11,6 +11,3 @@ fi curl -s -o $DEST/undionly.kpxe http://boot.ipxe.org/undionly.kpxe cp $DEST/undionly.kpxe $DEST/undionly.kpxe.0 curl -s -o $DEST/ipxe.efi http://boot.ipxe.org/ipxe.efi - -# Any vaguely recent CoreOS grub.efi is fine -curl -s -o $DEST/grub.efi https://stable.release.core-os.net/amd64-usr/1353.7.0/coreos_production_pxe_grub.efi