Update Boot.fedoraproject.org. Thanks poma for patch
This commit is contained in:
parent
cf7ec1cea9
commit
91c1eb9df6
4 changed files with 52 additions and 36 deletions
|
@ -6,6 +6,22 @@ TEXT HELP
|
|||
Install end of life and no longer supported versions of Fedora
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-19-i386
|
||||
MENU LABEL Fedora-19-i386
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/i386/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/i386/os/images/pxeboot/initrd.img
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 19 i386 installer.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-19-x86_64
|
||||
MENU LABEL Fedora-19-x86_64
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/x86_64/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/x86_64/os/images/pxeboot/initrd.img
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 19 x86_64 installer.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-18-i386
|
||||
MENU LABEL Fedora-18-i386
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/18/Fedora/i386/os/images/pxeboot/vmlinuz
|
||||
|
|
|
@ -42,24 +42,6 @@ label Fedora-20-i386
|
|||
Selecting this will boot the Fedora 20 i386 installer.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-19-x86_64
|
||||
MENU LABEL Fedora-19-x86_64
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/x86_64/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/x86_64/os/images/pxeboot/initrd.img
|
||||
APPEND repo=http://download.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/x86_64/os/
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 19 x86_64 installer.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-19-i386
|
||||
MENU LABEL Fedora-19-i386
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/i386/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/i386/os/images/pxeboot/initrd.img
|
||||
APPEND repo=http://download.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/i386/os/
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 19 i386 installer.
|
||||
ENDTEXT
|
||||
|
||||
label uplvl
|
||||
MENU LABEL Back
|
||||
MENU EXIT
|
||||
|
|
|
@ -6,6 +6,24 @@ TEXT HELP
|
|||
Install Pre-release versions of Fedora (Alpha, Beta). (when available)
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-22-Alpha-x86_64
|
||||
MENU LABEL Fedora-22-Alpha-x86_64
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/test/22-Alpha/Server/x86_64/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/test/22-Alpha/Server/x86_64/os/images/pxeboot/initrd.img
|
||||
APPEND repo=http://download.fedoraproject.org/pub/fedora/linux/releases/test/22-Alpha/Server/x86_64/os/
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 22 x86_64 Server installer.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-22-Alpha-i386
|
||||
MENU LABEL Fedora-22-Alpha-i386
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/test/22-Alpha/Server/i386/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/test/22-Alpha/Server/i386/os/images/pxeboot/initrd.img
|
||||
APPEND repo=http://download.fedoraproject.org/pub/fedora/linux/releases/test/22-Alpha/Server/i386/os/
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 22 i386 Server installer.
|
||||
ENDTEXT
|
||||
|
||||
label uplvl
|
||||
IPAPPEND 3
|
||||
MENU LABEL Back
|
||||
|
|
|
@ -7,6 +7,24 @@ TEXT HELP
|
|||
Rescue currently supported versions of Fedora
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-21-i386-rescue
|
||||
MENU LABEL Fedora-21-i386-rescue
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/21/Fedora/i386/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/21/Fedora/i386/os/images/pxeboot/initrd.img
|
||||
APPEND rescue
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 21 i386 installer in rescue mode
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-21-x86_64-rescue
|
||||
MENU LABEL Fedora-21-x86_64-rescue
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/21/Fedora/x86_64/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/21/Fedora/x86_64/os/images/pxeboot/initrd.img
|
||||
APPEND rescue
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 21 x86_64 installer in rescue mode.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-20-i386-rescue
|
||||
MENU LABEL Fedora-20-i386-rescue
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/20/Fedora/i386/os/images/pxeboot/vmlinuz
|
||||
|
@ -25,24 +43,6 @@ label Fedora-20-x86_64-rescue
|
|||
Selecting this will boot the Fedora 20 x86_64 installer in rescue mode.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-19-i386-rescue
|
||||
MENU LABEL Fedora-19-i386-rescue
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/i386/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/i386/os/images/pxeboot/initrd.img
|
||||
APPEND rescue
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 19 i386 installer in rescue mode
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-19-x86_64-rescue
|
||||
MENU LABEL Fedora-19-x86_64-rescue
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/x86_64/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/19/Fedora/x86_64/os/images/pxeboot/initrd.img
|
||||
APPEND rescue
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 19 x86_64 installer in rescue mode.
|
||||
ENDTEXT
|
||||
|
||||
label uplvl
|
||||
MENU LABEL Back
|
||||
MENU EXIT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue