summaryrefslogtreecommitdiffstats
path: root/server/config
diff options
context:
space:
mode:
authorJannik Schönartz2019-05-05 22:58:34 +0200
committerJannik Schönartz2019-05-05 22:58:34 +0200
commitc6141d8aba461e2ff7851087c5801fa2cd156265 (patch)
tree5a4e68ff879431f6c9c42ea02c0b9a9f837a2649 /server/config
parent[webapp] very small ui changes (diff)
downloadbas-c6141d8aba461e2ff7851087c5801fa2cd156265.tar.gz
bas-c6141d8aba461e2ff7851087c5801fa2cd156265.tar.xz
bas-c6141d8aba461e2ff7851087c5801fa2cd156265.zip
[ipxe builder] Merge efi and bios ipxe builder to one tab & add parameters ui
[server] Remove all req, res from the shell.js library Add ipxe config for the build parameters & parameter list Add api getter/setter methods for the ipxe config [webapp] Add ui for repository, branch and build targets Output: All of the scroll to bottom is now clickable
Diffstat (limited to 'server/config')
-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