diff --git a/bfo/dhcp.gpxe b/bfo/dhcp.gpxe index ac57f5a..5e4b935 100644 --- a/bfo/dhcp.gpxe +++ b/bfo/dhcp.gpxe @@ -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 diff --git a/bfo/pxelinux.cfg/default b/bfo/pxelinux.cfg/default index 85c1b69..f098933 100644 --- a/bfo/pxelinux.cfg/default +++ b/bfo/pxelinux.cfg/default @@ -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 diff --git a/bfo/pxelinux.cfg/fedora_prerelease.conf b/bfo/pxelinux.cfg/fedora_prerelease.conf new file mode 100644 index 0000000..5ed7801 --- /dev/null +++ b/bfo/pxelinux.cfg/fedora_prerelease.conf @@ -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 +