diff --git a/bfo/pxelinux.cfg/fedora_install.conf b/bfo/pxelinux.cfg/fedora_install.conf index ee106ea..fa55281 100644 --- a/bfo/pxelinux.cfg/fedora_install.conf +++ b/bfo/pxelinux.cfg/fedora_install.conf @@ -46,7 +46,7 @@ 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/ + append method=http://download.fedora.redhat.com/pub/fedora/linux/releases/test/13-Alpha/Fedora/i386/os/ TEXT HELP Selecting this will boot the Fedora 13 Alpha i386 installer. ENDTEXT @@ -55,7 +55,7 @@ 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/ + append method=http://download.fedora.redhat.com/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 diff --git a/bfo/pxelinux.cfg/fedora_rescue.conf b/bfo/pxelinux.cfg/fedora_rescue.conf index c6c390b..843d7ca 100644 --- a/bfo/pxelinux.cfg/fedora_rescue.conf +++ b/bfo/pxelinux.cfg/fedora_rescue.conf @@ -43,6 +43,25 @@ label Fedora-11-x86_64-rescue Selecting this will boot Fedora 11 x86_64 in rescue mode ENDTEXT +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 rescue method=http://download.fedora.redhat.com/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 rescue method=http://download.fedora.redhat.com/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