updating with what is in production
This commit is contained in:
parent
38ae84092e
commit
8c27994968
4 changed files with 28 additions and 21 deletions
|
@ -14,16 +14,7 @@ LABEL bootlocal
|
|||
|
||||
menu include pxelinux.cfg/fedora_install.conf Install
|
||||
menu include pxelinux.cfg/fedora_rescue.conf Rescue
|
||||
menu include pxelinux.cfg/fedora_live.conf Live Images
|
||||
|
||||
label hdt
|
||||
menu label Hardware Detection Tool (hdt)
|
||||
kernel hdt.c32
|
||||
TEXT HELP
|
||||
This is a quick and dirty Hardware Detection Tool
|
||||
written by Erwan Velu with help from Pierre-Alexandre Meyer
|
||||
and contributions from H. Peter Anvin all of the Syslinux
|
||||
project.
|
||||
ENDTEXT
|
||||
|
||||
menu include pxelinux.cfg/utilities.conf Utilities
|
||||
menu include pxelinux.cfg/bfo.conf About BFO
|
||||
|
||||
menu include pxelinux.cfg/fedora_live.conf Experimental
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PROMPT 0
|
||||
MENU TITLE Install Media
|
||||
MENU LABEL ^Install Media
|
||||
MENU TITLE Install
|
||||
MENU LABEL ^Install
|
||||
|
||||
TEXT HELP
|
||||
Install currently supported versionf of Fedora
|
||||
|
@ -10,7 +10,7 @@ label Fedora-12-i386
|
|||
MENU LABEL Fedora-12-i386
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/releases/12/Fedora/i386/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/releases/12/Fedora/i386/os/images/pxeboot/initrd.img
|
||||
append method=http://download.fedoraproject.org/pub/fedora/linux/releases/12/Fedora/i386/os/
|
||||
append method=http://download.fedoraproject.org/pub/fedora/linux/releases/12/Fedora/x86_64/os/
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 12 i386 installer.
|
||||
ENDTEXT
|
||||
|
@ -41,8 +41,24 @@ label Fedora-11-x86_64
|
|||
TEXT HELP
|
||||
Selecting this will boot the Fedora 11 x86_64 installer.
|
||||
ENDTEXT
|
||||
label Fedora-rawhide-i386
|
||||
MENU LABEL Fedora-rawhide-i386
|
||||
|
||||
label Fedora-13-Alpha-i386
|
||||
MENU LABEL Fedora-13-Alpha-i386
|
||||
kernel http://download.fedora.redhat.com/pub/fedora/linux/releases/test/13-Alpha/Fedora/i386/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedora.redhat.com/pub/fedora/linux/releases/test/13-Alpha/Fedora/i386/os/images/pxeboot/initrd.img
|
||||
append method=http://download.fedoraproject.org/pub/fedora/linux/releases/test/13-Alpha/Fedora/i386/os/
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 13 Alpha i386 installer.
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-13-Alpha-x86_64
|
||||
MENU LABEL Fedora-13-Alpha-x86_64
|
||||
kernel http://download.fedora.redhat.com/pub/fedora/linux/releases/test/13-Alpha/Fedora/x86_64/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedora.redhat.com/pub/fedora/linux/releases/test/13-Alpha/Fedora/x86_64/os/images/pxeboot/initrd.img
|
||||
append method=http://download.fedoraproject.org/pub/fedora/linux/releases/test/13-Alpha/Fedora/x86_64/os/
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora 13 Alpha x86_64 installer.
|
||||
ENDTEXT
|
||||
|
||||
label uplvl
|
||||
MENU LABEL Back
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PROMPT 0
|
||||
MENU TITLE Live Media
|
||||
MENU LABEL ^Live Media
|
||||
MENU TITLE Experimental
|
||||
MENU LABEL ^Experimental
|
||||
|
||||
TEXT HELP
|
||||
Boot installable live media.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
MENU INCLUDE bko-gui.conf
|
||||
PROMPT 0
|
||||
MENU TITLE Rescue Media
|
||||
MENU LABEL ^Rescue Media
|
||||
MENU TITLE Rescue
|
||||
MENU LABEL ^Rescue
|
||||
|
||||
TEXT HELP
|
||||
Rescue currently supported versionf of Fedora
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue