Switch out serverbeach1 for dl, and add prerelease 17 branched.
This commit is contained in:
parent
bf1baa83ac
commit
06d4697c76
3 changed files with 38 additions and 3 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://serverbeach1.fedoraproject.org/pub/alt/bfo/
|
||||
set 210:string http://dl.fedoraproject.org/pub/alt/bfo/
|
||||
echo Here we go!
|
||||
chain http://serverbeach1.fedoraproject.org/pub/alt/bfo/pxelinux.0
|
||||
chain http://dl.fedoraproject.org/pub/alt/bfo/pxelinux.0
|
||||
dhcp net0
|
||||
kernel http://serverbeach1.fedoraproject.org/pub/alt/bfo/fedora.gpxe
|
||||
kernel http://dl.fedoraproject.org/pub/alt/bfo/fedora.gpxe
|
||||
boot fedora.gpxe
|
||||
|
|
|
@ -15,6 +15,7 @@ LABEL bootlocal
|
|||
|
||||
menu include pxelinux.cfg/fedora_install.conf Install
|
||||
menu include pxelinux.cfg/fedora_rescue.conf Rescue
|
||||
menu include pxelinux.cfg/fedora_prerelease.conf Prerelease
|
||||
menu include pxelinux.cfg/utilities.conf Utilities
|
||||
menu include pxelinux.cfg/bfo.conf About BFO
|
||||
|
||||
|
|
34
bfo/pxelinux.cfg/fedora_prerelease.conf
Normal file
34
bfo/pxelinux.cfg/fedora_prerelease.conf
Normal file
|
@ -0,0 +1,34 @@
|
|||
PROMPT 0
|
||||
MENU TITLE Pre-release Install
|
||||
MENU LABEL ^Pre-release
|
||||
|
||||
TEXT HELP
|
||||
Install Pre-release versions of Fedora (Alpha, Beta)
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-17-Branched-i386
|
||||
MENU LABEL Fedora-17-Branched-i386
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/development/17/i386/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/development/17/i386/os/images/pxeboot/initrd.img
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 17 Branched i386 installer.
|
||||
Note that this is a PRE-RELEASE version.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-17-Branched-x86_64
|
||||
MENU LABEL Fedora-17-Branched-x86_64
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/development/17/x86_64/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/development/17/x86_64/os/images/pxeboot/initrd.img
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 17 Branched x86_64 installer.
|
||||
Note that this is a PRE-RELEASE version.
|
||||
ENDTEXT
|
||||
|
||||
label uplvl
|
||||
IPAPPEND 3
|
||||
MENU LABEL Back
|
||||
MENU EXIT
|
||||
|
||||
label spacer
|
||||
MENU LABEL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue