summaryrefslogtreecommitdiffstats
path: root/server/ipxe/embedded.ipxe
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/ipxe/embedded.ipxe
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/ipxe/embedded.ipxe')
-rw-r--r--server/ipxe/embedded.ipxe16
1 files changed, 16 insertions, 0 deletions
diff --git a/server/ipxe/embedded.ipxe b/server/ipxe/embedded.ipxe
new file mode 100644
index 0000000..d09689e
--- /dev/null
+++ b/server/ipxe/embedded.ipxe
@@ -0,0 +1,16 @@
+#!ipxe
+
+###################
+# EMBEDDED SCRIPT #
+###################
+
+ifopen
+dhcp
+
+# Wallpaper
+set img https://bas.intra.uni-freiburg.de/files/ipxe_wallpaper.png || goto loop
+console --picture ${img} --x 800 --y 600
+
+:loop
+chain https://bas.intra.uni-freiburg.de/api/configloader/${uuid}
+goto loop \ No newline at end of file