Quellcode durchsuchen

Moving boot to src

Antony Messerli vor 9 Jahren
Ursprung
Commit
d95792c4e2

+ 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