fedora-infrastructure/bfo/static.gpxe

12 lines
321 B
Text
Raw Normal View History

2010-01-19 10:38:11 -06:00
#!gpxe
echo Please provide, IP address, Netmask, Gateway and Router
ifopen net0
set net0/ip 10.0.2.15
set net0/netmask 255.255.255.0
set net0/gateway 10.0.2.2
set net0/dns 10.0.2.3
config net0
set 209:string pxelinux.cfg/default
2010-08-24 12:37:51 -05:00
set 210:string http://download.fedoraproject.org/pub/alt/bfo/
2010-01-19 10:38:11 -06:00
chain ${210:string}pxelinux.0