Explorar o código

Rename ipxe configs to have .ipxe extensions and loop over *.ipxe

Antony Messerli %!s(int64=9) %!d(string=hai) anos
pai
achega
5a23892ea2
Modificáronse 3 ficheiros con 1 adicións e 1 borrados
  1. 0 0
      ipxe/netboot.xyz-dhcp.ipxe
  2. 0 0
      ipxe/netboot.xyz-static.ipxe
  3. 1 1
      script/prep-release.sh

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


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


+ 1 - 1
script/prep-release.sh

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