diff --git a/script/prep-release.sh b/script/prep-release.sh index 3ef63035..dfca5cf1 100755 --- a/script/prep-release.sh +++ b/script/prep-release.sh @@ -8,7 +8,6 @@ for ipxe_config in `ls ../../ipxe/` do make EMBED=../../ipxe/$ipxe_config mv bin/ipxe.dsk ../../build/ipxe/$ipxe_config.dsk - mv bin/ipxe.kpxe ../../build/ipxe/$ipxe_config.kpxe mv bin/ipxe.iso ../../build/ipxe/$ipxe_config.iso mv bin/ipxe.lkrn ../../build/ipxe/$ipxe_config.lkrn mv bin/ipxe.usb ../../build/ipxe/$ipxe_config.usb