From a7c33cb9659d97cc584d17c7f08492c24b4c7725 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Oct 30 2018 13:26:13 +0000 Subject: Update bfo for fedora 29 release. --- diff --git a/bfo/pxelinux.cfg/fedora_install.conf b/bfo/pxelinux.cfg/fedora_install.conf index b5b49b3..afe8349 100644 --- a/bfo/pxelinux.cfg/fedora_install.conf +++ b/bfo/pxelinux.cfg/fedora_install.conf @@ -6,6 +6,87 @@ TEXT HELP Install currently supported Fedora releases ENDTEXT +label Fedora-29-x86_64-Everything + MENU LABEL Fedora-29-x86_64-Everything + kernel http://download.fedoraproject.org/pub/fedora/linux/releases/29/Everything/x86_64/os/images/pxeboot/vmlinuz + initrd http://download.fedoraproject.org/pub/fedora/linux/releases/29/Everything/x86_64/os/images/pxeboot/initrd.img + APPEND repo=http://download.fedoraproject.org/pub/fedora/linux/releases/29/Everything/x86_64/os/ rd.timeout=60 + TEXT HELP + Selecting this will boot the Fedora 29 x86_64 Everything installer. + ENDTEXT + +label Fedora-29-armhfp-Everything + MENU LABEL Fedora-29-armhfp-Everything + kernel http://download.fedoraproject.org/pub/fedora/linux/releases/29/Everything/armhfp/os/images/pxeboot/vmlinuz + initrd http://download.fedoraproject.org/pub/fedora/linux/releases/29/Everything/armhfp/os/images/pxeboot/initrd.img + APPEND repo=http://download.fedoraproject.org/pub/fedora/linux/releases/29/Everything/armhfp/os/ rd.timeout=60 + TEXT HELP + Selecting this will boot the Fedora 29 armhfp Everything installer. + ENDTEXT + +label Fedora-29-i386-Everything + MENU LABEL Fedora-29-i386-Everything + kernel http://download.fedoraproject.org/pub/fedora-secondary/releases/29/Everything/i386/os/images/pxeboot/vmlinuz + initrd http://download.fedoraproject.org/pub/fedora-secondary/releases/29/Everything/i386/os/images/pxeboot/initrd.img + APPEND repo=http://download.fedoraproject.org/pub/fedora-secondary/releases/29/Everything/i386/os/ rd.timeout=60 + TEXT HELP + Selecting this will boot the Fedora 29 i386 Everything installer. + ENDTEXT + +label Fedora-29-x86_64-Workstation + MENU LABEL Fedora-29-x86_64-Workstation + kernel http://download.fedoraproject.org/pub/fedora/linux/releases/29/Workstation/x86_64/os/images/pxeboot/vmlinuz + initrd http://download.fedoraproject.org/pub/fedora/linux/releases/29/Workstation/x86_64/os/images/pxeboot/initrd.img + APPEND repo=http://download.fedoraproject.org/pub/fedora/linux/releases/29/Workstation/x86_64/os/ rd.timeout=60 + TEXT HELP + Selecting this will boot the Fedora 29 x86_64 Workstation installer. + ENDTEXT + +label Fedora-29-armhfp-Workstation + MENU LABEL Fedora-29-armhfp-Workstation + kernel http://download.fedoraproject.org/pub/fedora/linux/releases/29/Workstation/armhfp/os/images/pxeboot/vmlinuz + initrd http://download.fedoraproject.org/pub/fedora/linux/releases/29/Workstation/armhfp/os/images/pxeboot/initrd.img + APPEND repo=http://download.fedoraproject.org/pub/fedora/linux/releases/29/Workstation/armhfp/os/ rd.timeout=60 + TEXT HELP + Selecting this will boot the Fedora 29 armhfp Workstation installer. + ENDTEXT + +label Fedora-29-i386-Workstation + MENU LABEL Fedora-29-i386-Workstation + kernel http://download.fedoraproject.org/pub/fedora-secondary/releases/29/Workstation/i386/os/images/pxeboot/vmlinuz + initrd http://download.fedoraproject.org/pub/fedora-secondary/releases/29/Workstation/i386/os/images/pxeboot/initrd.img + APPEND repo=http://download.fedoraproject.org/pub/fedora-secondary/releases/29/Workstation/i386/os/ rd.timeout=60 + TEXT HELP + Selecting this will boot the Fedora 29 i386 Workstation installer. + ENDTEXT + +label Fedora-29-x86_64-Server + MENU LABEL Fedora-29-x86_64-Server + kernel http://download.fedoraproject.org/pub/fedora/linux/releases/29/Server/x86_64/os/images/pxeboot/vmlinuz + initrd http://download.fedoraproject.org/pub/fedora/linux/releases/29/Server/x86_64/os/images/pxeboot/initrd.img + APPEND repo=http://download.fedoraproject.org/pub/fedora/linux/releases/29/Server/x86_64/os/ rd.timeout=60 + TEXT HELP + Selecting this will boot the Fedora 29 x86_64 Server installer. + ENDTEXT + +label Fedora-29-armhfp-Server + MENU LABEL Fedora-29-armhfp-Server + kernel http://download.fedoraproject.org/pub/fedora/linux/releases/29/Server/armhfp/os/images/pxeboot/vmlinuz + initrd http://download.fedoraproject.org/pub/fedora/linux/releases/29/Server/armhfp/os/images/pxeboot/initrd.img + APPEND repo=http://download.fedoraproject.org/pub/fedora/linux/releases/29/Server/armhfp/os/ rd.timeout=60 + TEXT HELP + Selecting this will boot the Fedora 29 armhfp Server installer. + ENDTEXT + +label Fedora-29-i386-Server + MENU LABEL Fedora-29-i386-Server + kernel http://download.fedoraproject.org/pub/fedora-secondary/releases/29/Server/i386/os/images/pxeboot/vmlinuz + initrd http://download.fedoraproject.org/pub/fedora-secondary/releases/29/Server/i386/os/images/pxeboot/initrd.img + APPEND repo=http://download.fedoraproject.org/pub/fedora-secondary/releases/29/Server/i386/os/ rd.timeout=60 + TEXT HELP + Selecting this will boot the Fedora 29 i386 Server installer. + ENDTEXT + label Fedora-28-x86_64-Everything MENU LABEL Fedora-28-x86_64-Everything kernel http://download.fedoraproject.org/pub/fedora/linux/releases/28/Everything/x86_64/os/images/pxeboot/vmlinuz diff --git a/bfo/pxelinux.cfg/fedora_prerelease.conf b/bfo/pxelinux.cfg/fedora_prerelease.conf index fc8b8ee..07fd65a 100644 --- a/bfo/pxelinux.cfg/fedora_prerelease.conf +++ b/bfo/pxelinux.cfg/fedora_prerelease.conf @@ -6,33 +6,6 @@ TEXT HELP Install latest Pre-release versions of Fedora (Alpha, Beta). (when available) ENDTEXT -label Fedora-28-Beta-x86_64-Everything - MENU LABEL Fedora-28-Beta-x86_64-Everything - kernel http://download.fedoraproject.org/pub/fedora/linux/releases/test/28_Beta/Everything/x86_64/os/images/pxeboot/vmlinuz - initrd http://download.fedoraproject.org/pub/fedora/linux/releases/test/28_Beta/Everything/x86_64/os/images/pxeboot/initrd.img - APPEND repo=http://download.fedoraproject.org/pub/fedora/linux/releases/test/28_Beta/Everything/x86_64/os/ rd.timeout=60 - TEXT HELP - Selecting this will boot the Fedora 28-Beta x86_64 Everything installer. - ENDTEXT - -label Fedora-28-Beta-armhfp-Everything - MENU LABEL Fedora-28-Beta-armhfp-Everything - kernel http://download.fedoraproject.org/pub/fedora/linux/releases/test/28_Beta/Everything/armhfp/os/images/pxeboot/vmlinuz - initrd http://download.fedoraproject.org/pub/fedora/linux/releases/test/28_Beta/Everything/armhfp/os/images/pxeboot/initrd.img - APPEND repo=http://download.fedoraproject.org/pub/fedora/linux/releases/test/28_Beta/Everything/armhfp/os/ rd.timeout=60 - TEXT HELP - Selecting this will boot the Fedora 28-Beta armhfp Everything installer. - ENDTEXT - -label Fedora-28-Beta-i386-Everything - MENU LABEL Fedora-28-Beta-i386-Everything - kernel http://download.fedoraproject.org/pub/fedora-secondary/releases/test/28_Beta/Everything/i386/os/images/pxeboot/vmlinuz - initrd http://download.fedoraproject.org/pub/fedora-secondary/releases/test/28_Beta/Everything/i386/os/images/pxeboot/initrd.img - APPEND repo=http://download.fedoraproject.org/pub/fedora-secondary/releases/test/28_Beta/Everything/i386/os/ rd.timeout=60 - TEXT HELP - Selecting this will boot the Fedora 28-Beta i386 Everything installer. - ENDTEXT - label uplvl MENU LABEL ^Back MENU EXIT