Browse Source

More shuffling around

Antony Messerli 9 years ago
parent
commit
f8b9d937e3
3 changed files with 2 additions and 2 deletions
  1. 0 0
      ipxe/disks/netboot.xyz-dhcp
  2. 0 0
      ipxe/disks/netboot.xyz-static
  3. 2 2
      script/prep-release.sh

+ 0 - 0
ipxe/netboot.xyz-dhcp.ipxe → ipxe/disks/netboot.xyz-dhcp


+ 0 - 0
ipxe/netboot.xyz-static.ipxe → ipxe/disks/netboot.xyz-static


+ 2 - 2
script/prep-release.sh

@@ -12,9 +12,9 @@ cp ipxe/local/* ipxe_build/src/config/local/
 
 # build iPXE disks
 cd ipxe_build/src
-for ipxe_config in `ls ../../ipxe/*.ipxe`
+for ipxe_config in `ls ../../ipxe/disks/`
 do 
-  make EMBED=../../ipxe/$ipxe_config
+  make EMBED=../../ipxe/disks/$ipxe_config
   mv bin/ipxe.dsk ../../build/ipxe/$ipxe_config.dsk
   mv bin/ipxe.iso ../../build/ipxe/$ipxe_config.iso
   mv bin/ipxe.lkrn ../../build/ipxe/$ipxe_config.lkrn