7 lines
		
	
	
		
			152 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			152 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#!ipxe
 | 
						|
 | 
						|
set base-url http://192.168.33.1:8080
 | 
						|
set hostfile ${base-url}/byMAC/01-${mac:hexhyp}.ipxe
 | 
						|
 | 
						|
chain ${hostfile} || chain ${base-url}/default.ipxe
 |