Comment 2 for bug 1811496

Revision history for this message
Alkis Georgopoulos (alkisg) wrote :

Attaching a 20_ipxe that does what I mentioned. I tried to keep the .diff minimal, by reusing the IPXEPATH variable:

22,29c22
< if [ "\$grub_platform" = "efi" ]; then
< chainloader ${IPXEPATH%.lkrn}.efi
< else
< linux16 $IPXEPATH
< if [ -f ${IPXEPATH%.lkrn}.ipxe ]; then
< initrd16 ${IPXEPATH%.lkrn}.ipxe
< fi
< fi
---
> linux16 $IPXEPATH