diff --git a/bfo/pxelinux.cfg/fedora_install.conf b/bfo/pxelinux.cfg/fedora_install.conf index 1ca08e9..a26ab6f 100644 --- a/bfo/pxelinux.cfg/fedora_install.conf +++ b/bfo/pxelinux.cfg/fedora_install.conf @@ -42,6 +42,26 @@ label Fedora-12-x86_64 Selecting this will boot the Fedora 12 x86_64 installer. ENDTEXT +label Fedora-14-branched-development-i386 + MENU LABEL Fedora-12-i386 + kernel http://download.fedoraproject.org/pub/fedora/linux/development/14/i386/os/images/pxeboot/vmlinuz + initrd http://download.fedoraproject.org/pub/pub/fedora/linux/development/14/i386/os/images/pxeboot/initrd.img + append method=http://download.fedoraproject.org/pub/fedora/linux/development/14/i386/os/ + TEXT HELP + Selecting this will boot the Fedora 14 branched i386 installer. + NOTE: This is an untested development version + ENDTEXT + +label Fedora-14-branched-development-x86_64 + MENU LABEL Fedora-12-x86_64 + kernel http://download.fedoraproject.org/pub/fedora/linux/development/14/x86_64/os/images/pxeboot/vmlinuz + initrd http://download.fedoraproject.org/pub/fedora/linux/development/14/x86_64/os/images/pxeboot/initrd.img + append method=http://download.fedoraproject.org/pub/fedora/linux/development/14/x86_64/os/ + TEXT HELP + Selecting this will boot the Fedora 14 branched i386 installer. + NOTE: This is an untested development version + ENDTEXT + label uplvl MENU LABEL Back MENU EXIT diff --git a/bfo/pxelinux.cfg/fedora_rescue.conf b/bfo/pxelinux.cfg/fedora_rescue.conf index 2d1ef27..af3fcb0 100644 --- a/bfo/pxelinux.cfg/fedora_rescue.conf +++ b/bfo/pxelinux.cfg/fedora_rescue.conf @@ -44,6 +44,26 @@ label Fedora-12-x86_64-rescue Selecting this will boot Fedora 12 x86_64 in rescue mode ENDTEXT +label Fedora-14-branched-development-i386-rescue + MENU LABEL Fedora-12-i386 + kernel http://download.fedoraproject.org/pub/fedora/linux/development/14/i386/os/images/pxeboot/vmlinuz + initrd http://download.fedoraproject.org/pub/pub/fedora/linux/development/14/i386/os/images/pxeboot/initrd.img + append rescue method=http://download.fedoraproject.org/pub/fedora/linux/development/14/i386/os/ + TEXT HELP + Selecting this will boot the Fedora 14 branched i386 installer. + NOTE: This is an untested development version + ENDTEXT + +label Fedora-14-branched-development-x86_64-rescue + MENU LABEL Fedora-12-x86_64 + kernel http://download.fedoraproject.org/pub/fedora/linux/development/14/x86_64/os/images/pxeboot/vmlinuz + initrd http://download.fedoraproject.org/pub/fedora/linux/development/14/x86_64/os/images/pxeboot/initrd.img + append rescue method=http://download.fedoraproject.org/pub/fedora/linux/development/14/x86_64/os/ + TEXT HELP + Selecting this will boot the Fedora 14 branched i386 installer. + NOTE: This is an untested development version + ENDTEXT + label uplvl MENU LABEL Back MENU EXIT