summaryrefslogblamecommitdiffstats
path: root/server/ipxe/embedded.ipxe
blob: d09689ea435df1d7be824f4d5b90a39d3f0191ee (plain) (tree)
1
2
3
4
5
6
7
8
9
      
 


                   
 
      
    
 
           
                                                                               
                                        
 
     
                                                                
        
#!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