mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
ipxe: add undionly.kpxe so the output
its needed to chainload iPXE from normal PXE
This commit is contained in:
parent
499be4736f
commit
9f34689658
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user