summaryrefslogtreecommitdiffstats
path: root/server/config/ipxe.template.json
diff options
context:
space:
mode:
Diffstat (limited to 'server/config/ipxe.template.json')
-rw-r--r--server/config/ipxe.template.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/server/config/ipxe.template.json b/server/config/ipxe.template.json
new file mode 100644
index 0000000..8f62dec
--- /dev/null
+++ b/server/config/ipxe.template.json
@@ -0,0 +1,9 @@
+{
+ "repository": "https://git.openslx.org/openslx-ng/ipxe.git",
+ "branch": "",
+ "targets": {
+ "build": ["bin-i386-pcbios/undionly.kpxe", "bin-x86_64-efi/snponly.efi"],
+ "list": ["bin-i386-pcbios/undionly.kpxe", "bin-x86_64-efi/snponly.efi"],
+ "custom": true
+ }
+} \ No newline at end of file