Changing Alpha to Beta
This commit is contained in:
parent
7038d89990
commit
68e9a60c9e
3 changed files with 24 additions and 23 deletions
|
@ -1,4 +1,5 @@
|
|||
DEFAULT vesamenu.c32
|
||||
PXERetry 5
|
||||
MENU INCLUDE fedora.conf
|
||||
PROMPT 0
|
||||
MENU TITLE boot.fedoraproject.org
|
||||
|
|
|
@ -6,22 +6,22 @@ TEXT HELP
|
|||
Install currently supported versionf of Fedora
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-14-alpha-i386
|
||||
MENU LABEL Fedora-14-alpha-i386
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/test/14-Alpha/Fedora/i386/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/test/14-Alpha/Fedora/i386/os/images/pxeboot/initrd.img
|
||||
append method=http://download.fedoraproject.org/pub/fedora/linux/releases/14/Fedora/i386/os/
|
||||
label Fedora-14-beta-i386
|
||||
MENU LABEL Fedora-14-beta-i386
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/test/14-Beta/Fedora/i386/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/test/14-Beta/Fedora/i386/os/images/pxeboot/initrd.img
|
||||
append method=http://download.fedoraproject.org/pub/fedora/linux/releases/test/14-Beta/Fedora/i386/os/
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 14 ALPHA i386 installer.
|
||||
Selecting this will boot the Fedora 14 BETA i386 installer.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-14-alpha-x86_64
|
||||
MENU LABEL Fedora-14-alpha-x86_64
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/test/14-Alpha/Fedora/i386/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/test/14-Alpha/Fedora/i386/os/images/pxeboot/initrd.img
|
||||
append method=http://download.fedoraproject.org/pub/fedora/linux/releases/14/Fedora/x86_64/os/
|
||||
label Fedora-14-beta-x86_64
|
||||
MENU LABEL Fedora-14-beta-x86_64
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/test/14-Beta/Fedora/x86_64/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/test/14-Beta/Fedora/x86_64/os/images/pxeboot/initrd.img
|
||||
append method=http://download.fedoraproject.org/pub/fedora/linux/releases/test/14-Beta/Fedora/x86_64/os/
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 14 ALPHA x86_64 installer.
|
||||
Selecting this will boot the Fedora 14 BETA x86_64 installer.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-13-i386
|
||||
|
|
|
@ -4,25 +4,25 @@ MENU TITLE Rescue
|
|||
MENU LABEL ^Rescue
|
||||
|
||||
TEXT HELP
|
||||
Rescue currently supported versionf of Fedora
|
||||
Rescue currently supported version of Fedora
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-14-alpha-i386
|
||||
MENU LABEL Fedora-14-alpha-i386
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/test/14-Alpha/Fedora/i386/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/test/14-Alpha/Fedora/i386/os/images/pxeboot/initrd.img
|
||||
label Fedora-14-beta-i386
|
||||
MENU LABEL Fedora-14-beta-i386
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/test/14-Beta/Fedora/i386/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/test/14-Beta/Fedora/i386/os/images/pxeboot/initrd.img
|
||||
append rescue method=http://download.fedoraproject.org/pub/fedora/linux/releases/14/Fedora/i386/os/
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 14 ALPHA i386 installer.
|
||||
Selecting this will boot the Fedora 14 BETA i386 installer.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-14-alpha-x86_64
|
||||
MENU LABEL Fedora-14-alpha-x86_64
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/test/14-Alpha/Fedora/i386/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/test/14-Alpha/Fedora/i386/os/images/pxeboot/initrd.img
|
||||
label Fedora-14-beta-x86_64
|
||||
MENU LABEL Fedora-14-beta-x86_64
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/test/14-Beta/Fedora/i386/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/test/14-Beta/Fedora/i386/os/images/pxeboot/initrd.img
|
||||
append rescue method=http://download.fedoraproject.org/pub/fedora/linux/releases/14/Fedora/x86_64/os/
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 14 ALPHA x86_64 installer.
|
||||
Selecting this will boot the Fedora 14 BETA x86_64 installer.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-13-i386-rescue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue