add f25 to boot.fedoraproject.org
This commit is contained in:
parent
0efd2d8653
commit
9f47559fdb
3 changed files with 37 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
DEFAULT vesamenu.c32
|
||||
MENU INCLUDE fedora.conf
|
||||
PROMPT 0
|
||||
MENU TITLE boot.fedoraproject.org (version 2016-01-17)
|
||||
MENU TITLE boot.fedoraproject.org (version 2016-11-22)
|
||||
|
||||
LABEL bootlocal
|
||||
MENU DEFAULT
|
||||
|
|
|
@ -6,6 +6,24 @@ TEXT HELP
|
|||
Install currently supported Fedora releases
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-25-x86_64
|
||||
MENU LABEL Fedora-25-x86_64
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/25/Server/x86_64/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/25/Server/x86_64/os/images/pxeboot/initrd.img
|
||||
APPEND repo=http://download.fedoraproject.org/pub/fedora/linux/releases/25/Server/x86_64/os/ rd.timeout=60
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 25 x86_64 Server installer.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-25-i386
|
||||
MENU LABEL Fedora-25-i386
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/25/Server/i386/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/25/Server/i386/os/images/pxeboot/initrd.img
|
||||
APPEND repo=http://download.fedoraproject.org/pub/fedora/linux/releases/25/Server/i386/os/ rd.timeout=60
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 25 i386 Server installer.
|
||||
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
|
||||
|
|
|
@ -7,6 +7,24 @@ TEXT HELP
|
|||
Rescue currently supported versions of Fedora
|
||||
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
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/25/Server/i386/os/images/pxeboot/initrd.img
|
||||
APPEND rescue rd.timeout=60
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 25 i386 installer in rescue mode
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-25-x86_64-rescue
|
||||
MENU LABEL Fedora-25-x86_64-rescue
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/25/Server/x86_64/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/25/Server/x86_64/os/images/pxeboot/initrd.img
|
||||
APPEND rescue rd.timeout=60
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 25 x86_64 installer in rescue mode.
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue