From e07bd09476f8bd1e76c96042c01899c67acc917c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Jul 02 2013 13:07:44 +0000 Subject: Update for f19 final --- diff --git a/bfo/pxelinux.cfg/fedora_install.conf b/bfo/pxelinux.cfg/fedora_install.conf index f2da867..a73bc59 100644 --- a/bfo/pxelinux.cfg/fedora_install.conf +++ b/bfo/pxelinux.cfg/fedora_install.conf @@ -6,6 +6,24 @@ TEXT HELP Install currently supported Fedora releases ENDTEXT +label Fedora-19-x86_64 + MENU LABEL Fedora-19-x86_64 + kernel http://download.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/x86_64/os/images/pxeboot/vmlinuz + initrd http://download.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/x86_64/os/images/pxeboot/initrd.img + APPEND repo=http://download.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/x86_64/os/ + TEXT HELP + Selecting this will boot the Fedora 19 x86_64 installer. + ENDTEXT + +label Fedora-19-i386 + MENU LABEL Fedora-19-i386 + kernel http://download.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/i386/os/images/pxeboot/vmlinuz + initrd http://download.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/i386/os/images/pxeboot/initrd.img + APPEND repo=http://download.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/i386/os/ + TEXT HELP + Selecting this will boot the Fedora 19 i386 installer. + ENDTEXT + label Fedora-18-x86_64 MENU LABEL Fedora-18-x86_64 kernel http://download.fedoraproject.org/pub/fedora/linux/releases/18/Fedora/x86_64/os/images/pxeboot/vmlinuz diff --git a/bfo/pxelinux.cfg/fedora_rescue.conf b/bfo/pxelinux.cfg/fedora_rescue.conf index d1cdf16..a7dc34b 100644 --- a/bfo/pxelinux.cfg/fedora_rescue.conf +++ b/bfo/pxelinux.cfg/fedora_rescue.conf @@ -7,6 +7,24 @@ TEXT HELP Rescue currently supported versions of Fedora ENDTEXT +label Fedora-19-i386-rescue + MENU LABEL Fedora-19-i386-rescue + kernel http://download.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/i386/os/images/pxeboot/vmlinuz + initrd http://download.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/i386/os/images/pxeboot/initrd.img + APPEND rescue + TEXT HELP + Selecting this will boot the Fedora 19 i386 installer in rescue mode + ENDTEXT + +label Fedora-19-x86_64-rescue + MENU LABEL Fedora-19-x86_64-rescue + kernel http://download.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/x86_64/os/images/pxeboot/vmlinuz + initrd http://download.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/x86_64/os/images/pxeboot/initrd.img + APPEND rescue + TEXT HELP + Selecting this will boot the Fedora 19 x86_64 installer in rescue mode. + ENDTEXT + label Fedora-18-i386-rescue MENU LABEL Fedora-18-i386-rescue kernel http://download.fedoraproject.org/pub/fedora/linux/releases/18/Fedora/i386/os/images/pxeboot/vmlinuz