From 3943131b271e43fbb00e67445928cd7b9fe3d3c4 Mon Sep 17 00:00:00 2001 From: Mike McGrath Date: Thu, 5 Aug 2010 09:10:35 -0500 Subject: [PATCH] Added Fedora-14-branched --- bfo/pxelinux.cfg/fedora_install.conf | 20 ++++++++++++++++++++ bfo/pxelinux.cfg/fedora_rescue.conf | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) 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