[READ-ONLY] Mirror of https://github.com/jackmawer/ipxe. My personal iPXE configuration/playground
0

Configure Feed

Select the types of activity you want to include in your feed.

Update boot.ipxe

authored by

Jack and committed by
GitHub
(Apr 15, 2017, 8:29 PM +0100) 2e28a005 b5737bb7

+2 -1
+2 -1
boot.ipxe
··· 53 53 chain /memdisk iso raw || goto failed 54 54 55 55 :winpe 56 - chain http://192.168.1.3/images/winpe.iso || goto failed 56 + initrd http://192.168.1.3/images/winpe.iso 57 + chain memdisk iso raw || goto failed 57 58 58 59 :netboot 59 60 chain http://boot.netboot.xyz || goto failed