summaryrefslogtreecommitdiffstats
path: root/server/ipxe/embedded_efi.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_efi.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_efi.ipxe')
-rw-r--r--server/ipxe/embedded_efi.ipxe16
1 files changed, 0 insertions, 16 deletions
diff --git a/server/ipxe/embedded_efi.ipxe b/server/ipxe/embedded_efi.ipxe
deleted file mode 100644
index 09d3aaa..0000000
--- a/server/ipxe/embedded_efi.ipxe
+++ /dev/null
@@ -1,16 +0,0 @@
-#!ipxe
-
-################
-# EFI Version #
-################
-
-ifopen
-dhcp
-
-# Wallpaper
-set img https://bas.intra.uni-freiburg.de/files/ipxe_wallpaper.png
-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