diff --git a/bfo/pxelinux.cfg/default b/bfo/pxelinux.cfg/default index 63e9873..47af3e7 100644 --- a/bfo/pxelinux.cfg/default +++ b/bfo/pxelinux.cfg/default @@ -14,16 +14,7 @@ LABEL bootlocal menu include pxelinux.cfg/fedora_install.conf Install menu include pxelinux.cfg/fedora_rescue.conf Rescue -menu include pxelinux.cfg/fedora_live.conf Live Images - -label hdt - menu label Hardware Detection Tool (hdt) - kernel hdt.c32 - TEXT HELP - This is a quick and dirty Hardware Detection Tool - written by Erwan Velu with help from Pierre-Alexandre Meyer - and contributions from H. Peter Anvin all of the Syslinux - project. - ENDTEXT - +menu include pxelinux.cfg/utilities.conf Utilities menu include pxelinux.cfg/bfo.conf About BFO + +menu include pxelinux.cfg/fedora_live.conf Experimental diff --git a/bfo/pxelinux.cfg/fedora_install.conf b/bfo/pxelinux.cfg/fedora_install.conf index f622a47..ee106ea 100644 --- a/bfo/pxelinux.cfg/fedora_install.conf +++ b/bfo/pxelinux.cfg/fedora_install.conf @@ -1,6 +1,6 @@ PROMPT 0 -MENU TITLE Install Media -MENU LABEL ^Install Media +MENU TITLE Install +MENU LABEL ^Install TEXT HELP Install currently supported versionf of Fedora @@ -10,7 +10,7 @@ label Fedora-12-i386 MENU LABEL Fedora-12-i386 kernel http://download.fedoraproject.org/pub/fedora/linux/releases/12/Fedora/i386/os/images/pxeboot/vmlinuz initrd http://download.fedoraproject.org/pub/fedora/linux/releases/12/Fedora/i386/os/images/pxeboot/initrd.img - append method=http://download.fedoraproject.org/pub/fedora/linux/releases/12/Fedora/i386/os/ + append method=http://download.fedoraproject.org/pub/fedora/linux/releases/12/Fedora/x86_64/os/ TEXT HELP Selecting this will boot the Fedora 12 i386 installer. ENDTEXT @@ -41,8 +41,24 @@ label Fedora-11-x86_64 TEXT HELP Selecting this will boot the Fedora 11 x86_64 installer. ENDTEXT -label Fedora-rawhide-i386 - MENU LABEL Fedora-rawhide-i386 + +label Fedora-13-Alpha-i386 + MENU LABEL Fedora-13-Alpha-i386 + kernel http://download.fedora.redhat.com/pub/fedora/linux/releases/test/13-Alpha/Fedora/i386/os/images/pxeboot/vmlinuz + initrd http://download.fedora.redhat.com/pub/fedora/linux/releases/test/13-Alpha/Fedora/i386/os/images/pxeboot/initrd.img + append method=http://download.fedoraproject.org/pub/fedora/linux/releases/test/13-Alpha/Fedora/i386/os/ + TEXT HELP + Selecting this will boot the Fedora 13 Alpha i386 installer. + ENDTEXT + +label Fedora-13-Alpha-x86_64 + MENU LABEL Fedora-13-Alpha-x86_64 + kernel http://download.fedora.redhat.com/pub/fedora/linux/releases/test/13-Alpha/Fedora/x86_64/os/images/pxeboot/vmlinuz + initrd http://download.fedora.redhat.com/pub/fedora/linux/releases/test/13-Alpha/Fedora/x86_64/os/images/pxeboot/initrd.img + append method=http://download.fedoraproject.org/pub/fedora/linux/releases/test/13-Alpha/Fedora/x86_64/os/ + TEXT HELP + Selecting this will boot the Fedora 13 Alpha x86_64 installer. + ENDTEXT label uplvl MENU LABEL Back diff --git a/bfo/pxelinux.cfg/fedora_live.conf b/bfo/pxelinux.cfg/fedora_live.conf index e4571ac..5460552 100644 --- a/bfo/pxelinux.cfg/fedora_live.conf +++ b/bfo/pxelinux.cfg/fedora_live.conf @@ -1,6 +1,6 @@ PROMPT 0 -MENU TITLE Live Media -MENU LABEL ^Live Media +MENU TITLE Experimental +MENU LABEL ^Experimental TEXT HELP Boot installable live media. diff --git a/bfo/pxelinux.cfg/fedora_rescue.conf b/bfo/pxelinux.cfg/fedora_rescue.conf index 811866e..c6c390b 100644 --- a/bfo/pxelinux.cfg/fedora_rescue.conf +++ b/bfo/pxelinux.cfg/fedora_rescue.conf @@ -1,7 +1,7 @@ MENU INCLUDE bko-gui.conf PROMPT 0 -MENU TITLE Rescue Media -MENU LABEL ^Rescue Media +MENU TITLE Rescue +MENU LABEL ^Rescue TEXT HELP Rescue currently supported versionf of Fedora