ipxe: add undionly.kpxe so the output

its needed to chainload iPXE from normal PXE
This commit is contained in:
michael bishop 2015-11-05 10:10:36 -04:00
parent 499be4736f
commit 9f34689658

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation {
installPhase =
''
mkdir $out
cp bin/ipxe.dsk bin/ipxe.usb bin/ipxe.iso bin/ipxe.lkrn $out
cp bin/ipxe.dsk bin/ipxe.usb bin/ipxe.iso bin/ipxe.lkrn bin/undionly.kpxe $out
'';
meta = with stdenv.lib;