Added gplv2 to script

This commit is contained in:
Mike McGrath 2010-02-22 13:31:45 -06:00
parent aa68993cf1
commit 720dce65d2
4 changed files with 28 additions and 6 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://alt.fedoraproject.org/pub/alt/bfo/
set 210:string http://download.fedora.redhat.com/pub/alt/bfo/
echo Here we go!
chain http://alt.fedoraproject.org/pub/alt/bfo/pxelinux.0
chain http://download.fedora.redhat.com/pub/alt/bfo/pxelinux.0
dhcp net0
kernel http://alt.fedoraproject.org/pub/alt/bfo/fedora.gpxe
kernel http://download.fedora.redhat.com/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://alt.fedoraproject.org/pub/alt/bfo/
set 210:string http://download.fedora.redhat.com/pub/alt/bfo/
chain ${210:string}pxelinux.0