Bladeren bron

Moving boot to src

Antony Messerli 9 jaren geleden
bovenliggende
commit
d95792c4e2
18 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      script/prep-release.sh
  2. 0 0
      src/archlinux.ipxe
  3. 0 0
      src/boot.cfg
  4. 0 0
      src/bsd.ipxe
  5. 0 0
      src/centos.ipxe
  6. 0 0
      src/debian.ipxe
  7. 0 0
      src/experimental.ipxe
  8. 0 0
      src/fedora.ipxe
  9. 0 0
      src/freebsd.ipxe
  10. 0 0
      src/gentoo.ipxe
  11. 0 0
      src/linux.ipxe
  12. 0 0
      src/menu.ipxe
  13. 0 0
      src/openbsd.ipxe
  14. 0 0
      src/opensuse.ipxe
  15. 0 0
      src/scientific.ipxe
  16. 0 0
      src/tinycore.ipxe
  17. 0 0
      src/ubuntu.ipxe
  18. 0 0
      src/utils.ipxe

+ 1 - 1
script/prep-release.sh

@@ -14,4 +14,4 @@ do
   mv bin/undionly.kpxe ../../build/ipxe/$ipxe_config-undionly.kpxe
 done
 cd ../..
-cp -R boot/* build/
+cp -R src/* build/

+ 0 - 0
boot/archlinux.ipxe → src/archlinux.ipxe


+ 0 - 0
boot/boot.cfg → src/boot.cfg


+ 0 - 0
boot/bsd.ipxe → src/bsd.ipxe


+ 0 - 0
boot/centos.ipxe → src/centos.ipxe


+ 0 - 0
boot/debian.ipxe → src/debian.ipxe


+ 0 - 0
boot/experimental.ipxe → src/experimental.ipxe


+ 0 - 0
boot/fedora.ipxe → src/fedora.ipxe


+ 0 - 0
boot/freebsd.ipxe → src/freebsd.ipxe


+ 0 - 0
boot/gentoo.ipxe → src/gentoo.ipxe


+ 0 - 0
boot/linux.ipxe → src/linux.ipxe


+ 0 - 0
boot/menu.ipxe → src/menu.ipxe


+ 0 - 0
boot/openbsd.ipxe → src/openbsd.ipxe


+ 0 - 0
boot/opensuse.ipxe → src/opensuse.ipxe


+ 0 - 0
boot/scientific.ipxe → src/scientific.ipxe


+ 0 - 0
boot/tinycore.ipxe → src/tinycore.ipxe


+ 0 - 0
boot/ubuntu.ipxe → src/ubuntu.ipxe


+ 0 - 0
boot/utils.ipxe → src/utils.ipxe