Update boot.fedoraproject.org files for f17 release.
This commit is contained in:
parent
29e87a22fa
commit
c0f03e7dcd
6 changed files with 67 additions and 62 deletions
|
@ -15,7 +15,8 @@ boot.fedoraproject.org is based on the work done by the BKO
|
|||
install method will replace the large ISO images that are still quite
|
||||
popular. While still useful, it's likely that as Internet speeds get faster
|
||||
and faster that network based booting over remote links will become more
|
||||
feasible.
|
||||
feasible. boot.fedoraproject.org uses images from the ipxe project.
|
||||
See: http://ipxe.org/ for more information.
|
||||
ENDTEXT
|
||||
MENU EXIT
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
DEFAULT vesamenu.c32
|
||||
PXERetry 5
|
||||
MENU INCLUDE fedora.conf
|
||||
PROMPT 0
|
||||
MENU TITLE boot.fedoraproject.org
|
||||
MENU TITLE boot.fedoraproject.org (version 2012-05-14)
|
||||
|
||||
LABEL bootlocal
|
||||
MENU DEFAULT
|
||||
|
@ -11,12 +10,10 @@ LABEL bootlocal
|
|||
This will exit from the network boot menu and attempt
|
||||
to boot from local media (hard disk, DVD, etc)
|
||||
ENDTEXT
|
||||
localboot 0
|
||||
localboot 0x80
|
||||
|
||||
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/utilities.conf Utilities
|
||||
menu include pxelinux.cfg/bfo.conf About BFO
|
||||
|
||||
menu include pxelinux.cfg/fedora_live.conf Experimental
|
||||
|
|
|
@ -6,6 +6,22 @@ TEXT HELP
|
|||
Install currently supported version of Fedora
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-17-i386
|
||||
MENU LABEL Fedora-17-i386
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/17/Fedora/i386/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/17/Fedora/i386/os/images/pxeboot/initrd.img
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 17 i386 installer.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-17-x86_64
|
||||
MENU LABEL Fedora-17-x86_64
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/17/Fedora/x86_64/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/17/Fedora/x86_64/os/images/pxeboot/initrd.img
|
||||
TEXT HELP
|
||||
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
|
||||
|
|
|
@ -6,22 +6,11 @@ TEXT HELP
|
|||
Install Pre-release versions of Fedora (Alpha, Beta)
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-17-Branched-i386
|
||||
MENU LABEL Fedora-17-Branched-i386
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/development/17/i386/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/development/17/i386/os/images/pxeboot/initrd.img
|
||||
label No-prerelease
|
||||
MENU LABEL No-prerelease
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 17 Branched i386 installer.
|
||||
Note that this is a PRE-RELEASE version.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-17-Branched-x86_64
|
||||
MENU LABEL Fedora-17-Branched-x86_64
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/development/17/x86_64/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/development/17/x86_64/os/images/pxeboot/initrd.img
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 17 Branched x86_64 installer.
|
||||
Note that this is a PRE-RELEASE version.
|
||||
There is currently no branched/prerelease version of Fedora available.
|
||||
Check back later.
|
||||
ENDTEXT
|
||||
|
||||
label uplvl
|
||||
|
|
|
@ -7,56 +7,58 @@ TEXT HELP
|
|||
Rescue currently supported version of Fedora
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-17-i386-rescue
|
||||
MENU LABEL Fedora-17-i386-rescue
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/17/Fedora/i386/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/17/Fedora/i386/os/images/pxeboot/initrd.img
|
||||
APPEND rescue
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 17 i386 installer in rescue mode
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-17-x86_64-rescue
|
||||
MENU LABEL Fedora-17-x86_64-rescue
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/17/Fedora/x86_64/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/17/Fedora/x86_64/os/images/pxeboot/initrd.img
|
||||
APPEND rescue
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 17 x86_64 installer in rescue mode.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-16-i386-rescue
|
||||
MENU LABEL Fedora-16-i386-rescue
|
||||
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
|
||||
APPEND rescue
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 16 i386 installer in rescue mode.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-16-x86_64-rescue
|
||||
MENU LABEL Fedora-16-x86_64-rescue
|
||||
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
|
||||
APPEND rescue
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 16 x86_64 installer in rescue mode.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-15-i386-rescue
|
||||
MENU LABEL Fedora-15-i386-rescue
|
||||
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
|
||||
APPEND rescue
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 15 i386 installer.
|
||||
Selecting this will boot the Fedora 15 i386 installer in rescue mode.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-15-x86_64-rescue
|
||||
MENU LABEL Fedora-15-x86_64-rescue
|
||||
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
|
||||
APPEND rescue
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 15 x86_64 installer.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-14-i386-rescue
|
||||
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 rescue method=http://download.fedoraproject.org/pub/fedora/linux/releases/14/Fedora/i386/os/
|
||||
TEXT HELP
|
||||
Selecting this will boot Fedora 14 i386 in rescue mode
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-14-x86_64-rescue
|
||||
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 rescue method=http://download.fedoraproject.org/pub/fedora/linux/releases/14/Fedora/x86_64/os/
|
||||
TEXT HELP
|
||||
Selecting this will boot Fedora 14 x86_64 in rescue mode
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-13-i386-rescue
|
||||
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 rescue method=http://download.fedoraproject.org/pub/fedora/linux/releases/13/Fedora/i386/os/
|
||||
TEXT HELP
|
||||
Selecting this will boot Fedora 13 i386 in rescue mode
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-13-x86_64-rescue
|
||||
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 rescue method=http://download.fedoraproject.org/pub/fedora/linux/releases/13/Fedora/x86_64/os/
|
||||
TEXT HELP
|
||||
Selecting this will boot Fedora 13 x86_64 in rescue mode
|
||||
Selecting this will boot the Fedora 15 x86_64 installer in rescue mode.
|
||||
ENDTEXT
|
||||
|
||||
label uplvl
|
||||
|
|
|
@ -16,9 +16,9 @@ label hdt
|
|||
project.
|
||||
ENDTEXT
|
||||
|
||||
label memtest86+-4.00
|
||||
menu memtest86+-4.00
|
||||
kernel memtest86+-4.00
|
||||
label memtest86+-4.20
|
||||
menu memtest86+-4.20
|
||||
kernel memtest86+-4.20
|
||||
TEXT HELP
|
||||
Memtest86+ is a thorough stand-alone memory test for x86 and x86-64
|
||||
architecture computers. BIOS based memory tests are only a quick
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue