浏览代码

More shuffling around

Antony Messerli 9 年之前
父节点
当前提交
f8b9d937e3
共有 3 个文件被更改,包括 2 次插入2 次删除
  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