add f26 to bfo

This commit is contained in:
Kevin Fenzi 2017-07-11 06:26:53 -06:00
parent e38ed5a881
commit a4e7278691
3 changed files with 73 additions and 1 deletions

View file

@ -1,7 +1,7 @@
DEFAULT vesamenu.c32
MENU INCLUDE fedora.conf
PROMPT 0
MENU TITLE boot.fedoraproject.org (version 2016-11-22)
MENU TITLE boot.fedoraproject.org (version 2017-07-11)
LABEL bootlocal
MENU DEFAULT

View file

@ -6,6 +6,60 @@ TEXT HELP
Install currently supported Fedora releases
ENDTEXT
label Fedora-26-x86_64-Everything
MENU LABEL Fedora-26-x86_64-Everything
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/26/Everything/x86_64/os/images/pxeboot/vmlinuz
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/26/Everything/x86_64/os/images/pxeboot/initrd.img
APPEND repo=http://download.fedoraproject.org/pub/fedora/linux/releases/26/Everything/x86_64/os/ rd.timeout=60
TEXT HELP
Selecting this will boot the Fedora 26 x86_64 Everything installer.
ENDTEXT
label Fedora-26-i386-Everything
MENU LABEL Fedora-26-i386-Everything
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/26/Everything/i386/os/images/pxeboot/vmlinuz
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/26/Everything/i386/os/images/pxeboot/initrd.img
APPEND repo=http://download.fedoraproject.org/pub/fedora/linux/releases/26/Everything/i386/os/ rd.timeout=60
TEXT HELP
Selecting this will boot the Fedora 26 i386 Everything installer.
ENDTEXT
label Fedora-26-x86_64-Workstation
MENU LABEL Fedora-26-x86_64-Workstation
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/26/Workstation/x86_64/os/images/pxeboot/vmlinuz
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/26/Workstation/x86_64/os/images/pxeboot/initrd.img
APPEND repo=http://download.fedoraproject.org/pub/fedora/linux/releases/26/Workstation/x86_64/os/ rd.timeout=60
TEXT HELP
Selecting this will boot the Fedora 26 x86_64 Workstation installer.
ENDTEXT
label Fedora-26-i386-Workstation
MENU LABEL Fedora-26-i386-Workstation
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/26/Workstation/i386/os/images/pxeboot/vmlinuz
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/26/Workstation/i386/os/images/pxeboot/initrd.img
APPEND repo=http://download.fedoraproject.org/pub/fedora/linux/releases/26/Workstation/i386/os/ rd.timeout=60
TEXT HELP
Selecting this will boot the Fedora 26 i386 Workstation installer.
ENDTEXT
label Fedora-26-x86_64-Server
MENU LABEL Fedora-26-x86_64-Server
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/26/Server/x86_64/os/images/pxeboot/vmlinuz
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/26/Server/x86_64/os/images/pxeboot/initrd.img
APPEND repo=http://download.fedoraproject.org/pub/fedora/linux/releases/26/Server/x86_64/os/ rd.timeout=60
TEXT HELP
Selecting this will boot the Fedora 26 x86_64 Server installer.
ENDTEXT
label Fedora-26-i386-Server
MENU LABEL Fedora-26-i386-Server
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/26/Server/i386/os/images/pxeboot/vmlinuz
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/26/Server/i386/os/images/pxeboot/initrd.img
APPEND repo=http://download.fedoraproject.org/pub/fedora/linux/releases/26/Server/i386/os/ rd.timeout=60
TEXT HELP
Selecting this will boot the Fedora 26 i386 Server installer.
ENDTEXT
label Fedora-25-x86_64-Everything
MENU LABEL Fedora-25-x86_64-Everything
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/25/Everything/x86_64/os/images/pxeboot/vmlinuz

View file

@ -7,6 +7,24 @@ TEXT HELP
Rescue currently supported versions of Fedora
ENDTEXT
label Fedora-26-i386-rescue
MENU LABEL Fedora-26-i386-rescue
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/26/Server/i386/os/images/pxeboot/vmlinuz
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/26/Server/i386/os/images/pxeboot/initrd.img
APPEND rescue rd.timeout=60
TEXT HELP
Selecting this will boot the Fedora 26 i386 installer in rescue mode
ENDTEXT
label Fedora-26-x86_64-rescue
MENU LABEL Fedora-26-x86_64-rescue
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/26/Server/x86_64/os/images/pxeboot/vmlinuz
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/26/Server/x86_64/os/images/pxeboot/initrd.img
APPEND rescue rd.timeout=60
TEXT HELP
Selecting this will boot the Fedora 26 x86_64 installer in rescue mode.
ENDTEXT
label Fedora-25-i386-rescue
MENU LABEL Fedora-25-i386-rescue
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/25/Server/i386/os/images/pxeboot/vmlinuz