prepping for the beta

This commit is contained in:
Mike McGrath 2010-04-13 08:38:43 -05:00
parent fccd461e1a
commit d644ff6fc8
3 changed files with 25 additions and 24 deletions

View file

@ -42,22 +42,22 @@ label Fedora-11-x86_64
Selecting this will boot the Fedora 11 x86_64 installer.
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 method=http://download.fedora.redhat.com/pub/fedora/linux/releases/test/13-Alpha/Fedora/i386/os/
label Fedora-13-Beta-i386
MENU LABEL Fedora-13-Beta-i386
kernel http://download.fedora.redhat.com/pub/fedora/linux/releases/test/13-Beta/Fedora/i386/os/images/pxeboot/vmlinuz
initrd http://download.fedora.redhat.com/pub/fedora/linux/releases/test/13-Beta/Fedora/i386/os/images/pxeboot/initrd.img
append method=http://download.fedora.redhat.com/pub/fedora/linux/releases/test/13-Beta/Fedora/i386/os/
TEXT HELP
Selecting this will boot the Fedora 13 Alpha i386 installer.
Selecting this will boot the Fedora 13 Beta 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.fedora.redhat.com/pub/fedora/linux/releases/test/13-Alpha/Fedora/x86_64/os/
label Fedora-13-Beta-x86_64
MENU LABEL Fedora-13-Beta-x86_64
kernel http://download.fedora.redhat.com/pub/fedora/linux/releases/test/13-Beta/Fedora/x86_64/os/images/pxeboot/vmlinuz
initrd http://download.fedora.redhat.com/pub/fedora/linux/releases/test/13-Beta/Fedora/x86_64/os/images/pxeboot/initrd.img
append method=http://download.fedora.redhat.com/pub/fedora/linux/releases/test/13-Beta/Fedora/x86_64/os/
TEXT HELP
Selecting this will boot the Fedora 13 Alpha x86_64 installer.
Selecting this will boot the Fedora 13 Beta x86_64 installer.
ENDTEXT
label uplvl

View file

@ -43,22 +43,22 @@ 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/
label Fedora-13-Beta-i386
MENU LABEL Fedora-13-Beta-i386
kernel http://download.fedora.redhat.com/pub/fedora/linux/releases/test/13-Beta/Fedora/i386/os/images/pxeboot/vmlinuz
initrd http://download.fedora.redhat.com/pub/fedora/linux/releases/test/13-Beta/Fedora/i386/os/images/pxeboot/initrd.img
append rescue method=http://download.fedora.redhat.com/pub/fedora/linux/releases/test/13-Beta/Fedora/i386/os/
TEXT HELP
Selecting this will boot the Fedora 13 Alpha i386 installer.
Selecting this will boot the Fedora 13 Beta 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/
label Fedora-13-Beta-x86_64
MENU LABEL Fedora-13-Beta-x86_64
kernel http://download.fedora.redhat.com/pub/fedora/linux/releases/test/13-Beta/Fedora/x86_64/os/images/pxeboot/vmlinuz
initrd http://download.fedora.redhat.com/pub/fedora/linux/releases/test/13-Beta/Fedora/x86_64/os/images/pxeboot/initrd.img
append rescue method=http://download.fedora.redhat.com/pub/fedora/linux/releases/test/13-Beta/Fedora/x86_64/os/
TEXT HELP
Selecting this will boot the Fedora 13 Alpha x86_64 installer.
Selecting this will boot the Fedora 13 Beta x86_64 installer.
ENDTEXT

View file

@ -37,6 +37,7 @@ class CheckMirrors:
raise TypeError, "Parameters need to be strings."
self.mirror_list_url = "http://mirrors.fedoraproject.org/mirrorlist?path=/pub/fedora/linux/%s/%s/%s/repodata&country=global"
self.main_mirror = "http://download.fedora.redhat.com/pub/fedora/linux/%s/%s/%s/repodata/"
print self.main_mirror
self.xml_filename = "repomd.xml"
self.directory = directory
self.version = version