Sfoglia il codice sorgente

Removing some cruft

Antony Messerli 8 anni fa
parent
commit
9551be533e
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      script/prep-release.sh

+ 0 - 2
script/prep-release.sh

@@ -49,7 +49,6 @@ mv bin/ipxe.lkrn ../../build/ipxe/netboot.xyz.lkrn
 mv bin/ipxe.usb ../../build/ipxe/netboot.xyz.usb
 mv bin/ipxe.kpxe ../../build/ipxe/netboot.xyz.kpxe
 mv bin/undionly.kpxe ../../build/ipxe/netboot.xyz-undionly.kpxe
-done
 
 # generate netboot.xyz iPXE disk for Google Compute Engine
 make bin/ipxe.usb CONFIG=cloud EMBED=../../ipxe/disks/netboot.xyz \
@@ -58,7 +57,6 @@ error_check
 cp -f bin/ipxe.usb disk.raw
 tar Sczvf netboot.xyz-gce.tar.gz disk.raw
 mv netboot.xyz-gce.tar.gz ../../build/ipxe/netboot.xyz-gce.tar.gz
-done
 
 # generate EFI iPXE disks
 cp config/local/general.h.efi config/local/general.h