diff --git a/bfo/pxelinux.cfg/fedora_install.conf b/bfo/pxelinux.cfg/fedora_install.conf index 53d7d05..b542bde 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-24-x86_64 + MENU LABEL Fedora-24-x86_64 + kernel http://download.fedoraproject.org/pub/fedora/linux/releases/24/Server/x86_64/os/images/pxeboot/vmlinuz + initrd http://download.fedoraproject.org/pub/fedora/linux/releases/24/Server/x86_64/os/images/pxeboot/initrd.img + APPEND repo=http://download.fedoraproject.org/pub/fedora/linux/releases/24/Server/x86_64/os/ rd.timeout=60 + TEXT HELP + Selecting this will boot the Fedora 24 x86_64 Server installer. + ENDTEXT + +label Fedora-24-i386 + MENU LABEL Fedora-24-i386 + kernel http://download.fedoraproject.org/pub/fedora/linux/releases/24/Server/i386/os/images/pxeboot/vmlinuz + initrd http://download.fedoraproject.org/pub/fedora/linux/releases/24/Server/i386/os/images/pxeboot/initrd.img + APPEND repo=http://download.fedoraproject.org/pub/fedora/linux/releases/24/Server/i386/os/ rd.timeout=60 + TEXT HELP + Selecting this will boot the Fedora 24 i386 Server installer. + ENDTEXT + label Fedora-23-x86_64 MENU LABEL Fedora-23-x86_64 kernel http://download.fedoraproject.org/pub/fedora/linux/releases/23/Server/x86_64/os/images/pxeboot/vmlinuz diff --git a/bfo/pxelinux.cfg/fedora_rescue.conf b/bfo/pxelinux.cfg/fedora_rescue.conf index 762e92d..06e8900 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-24-i386-rescue + MENU LABEL Fedora-24-i386-rescue + kernel http://download.fedoraproject.org/pub/fedora/linux/releases/24/Server/i386/os/images/pxeboot/vmlinuz + initrd http://download.fedoraproject.org/pub/fedora/linux/releases/24/Server/i386/os/images/pxeboot/initrd.img + APPEND rescue rd.timeout=60 + TEXT HELP + Selecting this will boot the Fedora 24 i386 installer in rescue mode + ENDTEXT + +label Fedora-24-x86_64-rescue + MENU LABEL Fedora-24-x86_64-rescue + kernel http://download.fedoraproject.org/pub/fedora/linux/releases/24/Server/x86_64/os/images/pxeboot/vmlinuz + initrd http://download.fedoraproject.org/pub/fedora/linux/releases/24/Server/x86_64/os/images/pxeboot/initrd.img + APPEND rescue rd.timeout=60 + TEXT HELP + Selecting this will boot the Fedora 24 x86_64 installer in rescue mode. + ENDTEXT + label Fedora-23-i386-rescue MENU LABEL Fedora-23-i386-rescue kernel http://download.fedoraproject.org/pub/fedora/linux/releases/23/Server/i386/os/images/pxeboot/vmlinuz