From c6141d8aba461e2ff7851087c5801fa2cd156265 Mon Sep 17 00:00:00 2001 From: Jannik Schönartz Date: Sun, 5 May 2019 20:58:34 +0000 Subject: [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 --- server/config/ipxe.template.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 server/config/ipxe.template.json (limited to 'server/config') 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 -- cgit v1.2.3-55-g7522