download.f.r.c is just not reliable

This commit is contained in:
Mike McGrath 2010-08-24 12:37:51 -05:00
parent 61d7e383ba
commit 3c19509044
2 changed files with 4 additions and 4 deletions

View file

@ -9,9 +9,9 @@ ifopen net0
echo If you don't have DHCP, then hit Control+C to cancel
dhcp net0
set 209:string pxelinux.cfg/default
set 210:string http://download.fedora.redhat.com/pub/alt/bfo/
set 210:string http://serverbeach1.fedoraproject.org/pub/alt/bfo/
echo Here we go!
chain http://download.fedora.redhat.com/pub/alt/bfo/pxelinux.0
chain http://serverbeach1.fedoraproject.org/pub/alt/bfo/pxelinux.0
dhcp net0
kernel http://download.fedora.redhat.com/pub/alt/bfo/fedora.gpxe
kernel http://serverbeach1.fedoraproject.org/pub/alt/bfo/fedora.gpxe
boot fedora.gpxe

View file

@ -7,5 +7,5 @@ set net0/gateway 10.0.2.2
set net0/dns 10.0.2.3
config net0
set 209:string pxelinux.cfg/default
set 210:string http://download.fedora.redhat.com/pub/alt/bfo/
set 210:string http://download.fedoraproject.org/pub/alt/bfo/
chain ${210:string}pxelinux.0