Move all the eol releases to a submenu in boot.fedoraproject.org
This commit is contained in:
parent
b7df1e915e
commit
c2163b2d06
3 changed files with 84 additions and 68 deletions
|
@ -15,5 +15,6 @@ LABEL bootlocal
|
|||
menu include pxelinux.cfg/fedora_install.conf Install
|
||||
menu include pxelinux.cfg/fedora_rescue.conf Rescue
|
||||
menu include pxelinux.cfg/fedora_prerelease.conf Prerelease
|
||||
menu include pxelinux.cfg/fedora_eol.conf EndOfLife
|
||||
menu include pxelinux.cfg/utilities.conf Utilities
|
||||
menu include pxelinux.cfg/bfo.conf About BFO
|
||||
|
|
83
bfo/pxelinux.cfg/fedora_eol.conf
Normal file
83
bfo/pxelinux.cfg/fedora_eol.conf
Normal file
|
@ -0,0 +1,83 @@
|
|||
PROMPT 0
|
||||
MENU TITLE Install
|
||||
MENU LABEL ^Install
|
||||
|
||||
TEXT HELP
|
||||
Install end of life and no longer supported versions of Fedora
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-16-i386
|
||||
MENU LABEL Fedora-16-i386
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/16/Fedora/i386/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/16/Fedora/i386/os/images/pxeboot/initrd.img
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 16 i386 installer.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-16-x86_64
|
||||
MENU LABEL Fedora-16-x86_64
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/16/Fedora/x86_64/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/16/Fedora/x86_64/os/images/pxeboot/initrd.img
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 16 x86_64 installer.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-15-i386
|
||||
MENU LABEL Fedora-15-i386
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/i386/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/i386/os/images/pxeboot/initrd.img
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 15 i386 installer.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-15-x86_64
|
||||
MENU LABEL Fedora-15-x86_64
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/x86_64/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/x86_64/os/images/pxeboot/initrd.img
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 15 x86_64 installer.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-14-i386
|
||||
MENU LABEL Fedora-14-i386
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/14/Fedora/i386/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/14/Fedora/i386/os/images/pxeboot/initrd.img
|
||||
append stage2=http://download.fedoraproject.org/pub/fedora/linux/releases/14/Fedora/i386/os/images/install.img
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 14 i386 installer.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-14-x86_64
|
||||
MENU LABEL Fedora-14-x86_64
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/14/Fedora/x86_64/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/14/Fedora/x86_64/os/images/pxeboot/initrd.img
|
||||
append stage2=http://download.fedoraproject.org/pub/fedora/linux/releases/14/Fedora/x86_64/os/images/install.img
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 14 x86_64 installer.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-13-i386
|
||||
MENU LABEL Fedora-13-i386
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/13/Fedora/i386/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/13/Fedora/i386/os/images/pxeboot/initrd.img
|
||||
append stage2=http://download.fedoraproject.org/pub/fedora/linux/releases/13/Fedora/i386/os/images/install.img
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 13 i386 installer.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-13-x86_64
|
||||
MENU LABEL Fedora-13-x86_64
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/13/Fedora/x86_64/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/13/Fedora/x86_64/os/images/pxeboot/initrd.img
|
||||
append stage2=http://download.fedoraproject.org/pub/fedora/linux/releases/13/Fedora/x86_64/os/images/install.img
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 13 x86_64 installer.
|
||||
ENDTEXT
|
||||
|
||||
label uplvl
|
||||
MENU LABEL Back
|
||||
MENU EXIT
|
||||
|
||||
label spacer
|
||||
MENU LABEL
|
||||
|
|
@ -42,74 +42,6 @@ label Fedora-17-x86_64
|
|||
Selecting this will boot the Fedora 17 x86_64 installer.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-16-i386
|
||||
MENU LABEL Fedora-16-i386
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/16/Fedora/i386/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/16/Fedora/i386/os/images/pxeboot/initrd.img
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 16 i386 installer.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-16-x86_64
|
||||
MENU LABEL Fedora-16-x86_64
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/16/Fedora/x86_64/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/16/Fedora/x86_64/os/images/pxeboot/initrd.img
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 16 x86_64 installer.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-15-i386
|
||||
MENU LABEL Fedora-15-i386
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/i386/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/i386/os/images/pxeboot/initrd.img
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 15 i386 installer.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-15-x86_64
|
||||
MENU LABEL Fedora-15-x86_64
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/x86_64/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/x86_64/os/images/pxeboot/initrd.img
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 15 x86_64 installer.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-14-i386
|
||||
MENU LABEL Fedora-14-i386
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/14/Fedora/i386/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/14/Fedora/i386/os/images/pxeboot/initrd.img
|
||||
append stage2=http://download.fedoraproject.org/pub/fedora/linux/releases/14/Fedora/i386/os/images/install.img
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 14 i386 installer.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-14-x86_64
|
||||
MENU LABEL Fedora-14-x86_64
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/14/Fedora/x86_64/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/14/Fedora/x86_64/os/images/pxeboot/initrd.img
|
||||
append stage2=http://download.fedoraproject.org/pub/fedora/linux/releases/14/Fedora/x86_64/os/images/install.img
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 14 x86_64 installer.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-13-i386
|
||||
MENU LABEL Fedora-13-i386
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/13/Fedora/i386/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/13/Fedora/i386/os/images/pxeboot/initrd.img
|
||||
append stage2=http://download.fedoraproject.org/pub/fedora/linux/releases/13/Fedora/i386/os/images/install.img
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 13 i386 installer.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-13-x86_64
|
||||
MENU LABEL Fedora-13-x86_64
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/13/Fedora/x86_64/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/13/Fedora/x86_64/os/images/pxeboot/initrd.img
|
||||
append stage2=http://download.fedoraproject.org/pub/fedora/linux/releases/13/Fedora/x86_64/os/images/install.img
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 13 x86_64 installer.
|
||||
ENDTEXT
|
||||
|
||||
label uplvl
|
||||
MENU LABEL Back
|
||||
MENU EXIT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue