From e796199cd7bcd9c1fe6416c1d527a786a32aed03 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: May 26 2015 10:49:58 +0000 Subject: Add f22 to boot.fedoraproject.org config. --- diff --git a/bfo/pxelinux.cfg/fedora_install.conf b/bfo/pxelinux.cfg/fedora_install.conf index ce928c0..b354725 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-22-x86_64 + MENU LABEL Fedora-22-x86_64 + kernel http://download.fedoraproject.org/pub/fedora/linux/releases/22/Server/x86_64/os/images/pxeboot/vmlinuz + initrd http://download.fedoraproject.org/pub/fedora/linux/releases/22/Server/x86_64/os/images/pxeboot/initrd.img + APPEND repo=http://download.fedoraproject.org/pub/fedora/linux/releases/22/Server/x86_64/os/ + TEXT HELP + Selecting this will boot the Fedora 22 x86_64 Server installer. + ENDTEXT + +label Fedora-22-i386 + MENU LABEL Fedora-22-i386 + kernel http://download.fedoraproject.org/pub/fedora/linux/releases/22/Server/i386/os/images/pxeboot/vmlinuz + initrd http://download.fedoraproject.org/pub/fedora/linux/releases/22/Server/i386/os/images/pxeboot/initrd.img + APPEND repo=http://download.fedoraproject.org/pub/fedora/linux/releases/22/Server/i386/os/ + TEXT HELP + Selecting this will boot the Fedora 22 i386 Server installer. + ENDTEXT + label Fedora-21-x86_64 MENU LABEL Fedora-21-x86_64 kernel http://download.fedoraproject.org/pub/fedora/linux/releases/21/Server/x86_64/os/images/pxeboot/vmlinuz