download.f.r.c is just not reliable
This commit is contained in:
parent
61d7e383ba
commit
3c19509044
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue