From aa4e552a03657a63922f5cd085431257c183f458 Mon Sep 17 00:00:00 2001 From: Jannik Schönartz Date: Mon, 2 Jul 2018 19:52:25 +0000 Subject: [server] Initial commit to add the node server stuff. --- server/ipxe/main.ipxe | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 server/ipxe/main.ipxe (limited to 'server/ipxe') diff --git a/server/ipxe/main.ipxe b/server/ipxe/main.ipxe new file mode 100644 index 0000000..f6f3c00 --- /dev/null +++ b/server/ipxe/main.ipxe @@ -0,0 +1,27 @@ +#!ipxe +dhcp + +# Wallpaper +set img http://christophermckinney.net/wp-content/uploads/2017/08/Wallpaper.png +console --picture ${img} --x 800 --y 600 + +:start +menu Please choose a webserver to load the ipxe menu: +item js Jannik +item uw Udo +item ch Chris +item sh [Shell] +choose target && goto ${target} + +:js +chain http://10.4.9.123/boot.php +goto start +:uw +chain http://10.4.9.115/boot.php +goto start +:ch +chain http://10.4.9.122/boot.php +goto start +:sh +shell +goto start -- cgit v1.2.3-55-g7522