Add rawhide target to boot.fedoraproject.org
This commit is contained in:
parent
5f58000489
commit
3ff84c6ce3
2 changed files with 37 additions and 0 deletions
|
@ -14,6 +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_rawhide.conf Rawhide
|
||||
menu include pxelinux.cfg/fedora_prerelease.conf Prerelease
|
||||
menu include pxelinux.cfg/fedora_eol.conf EndOfLife
|
||||
menu include pxelinux.cfg/utilities.conf Utilities
|
||||
|
|
36
bfo/pxelinux.cfg/fedora_rawhide.conf
Normal file
36
bfo/pxelinux.cfg/fedora_rawhide.conf
Normal file
|
@ -0,0 +1,36 @@
|
|||
PROMPT 0
|
||||
MENU TITLE Install Fedora Rawhide
|
||||
MENU LABEL ^Install Fedora Rawhide
|
||||
|
||||
TEXT HELP
|
||||
Install Fedora Rawhide
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-rawhide-x86_64
|
||||
MENU LABEL Fedora-rawhide-x86_64
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/development/rawhide/x86_64/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/development/rawhide/x86_64/os/images/pxeboot/initrd.img
|
||||
APPEND repo=http://download.fedoraproject.org/pub/fedora/linux/development/rawhide/x86_64/os/
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora Rawhide x86_64 installer.
|
||||
See: http://fedoraproject.org/wiki/Releases/Rawhide for more info
|
||||
ENDTEXT
|
||||
|
||||
label Fedora-rawhide-i386
|
||||
MENU LABEL Fedora-rawhide-i386
|
||||
kernel http://download.fedoraproject.org/pub/fedora/linux/development/rawhide/i386/os/images/pxeboot/vmlinuz
|
||||
initrd http://download.fedoraproject.org/pub/fedora/linux/development/rawhide/i386/os/images/pxeboot/initrd.img
|
||||
APPEND repo=http://download.fedoraproject.org/pub/fedora/linux/development/rawhide/i386/os/
|
||||
TEXT HELP
|
||||
Selecting this will boot the Fedora Rawhide 32 bit installer.
|
||||
See: http://fedoraproject.org/wiki/Releases/Rawhide for more info
|
||||
ENDTEXT
|
||||
|
||||
label uplvl
|
||||
IPAPPEND 3
|
||||
MENU LABEL Back
|
||||
MENU EXIT
|
||||
|
||||
label spacer
|
||||
MENU LABEL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue