diff --git a/bfo/pxelinux.cfg/fedora_install.conf b/bfo/pxelinux.cfg/fedora_install.conf index fa55281..26acb46 100644 --- a/bfo/pxelinux.cfg/fedora_install.conf +++ b/bfo/pxelinux.cfg/fedora_install.conf @@ -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 diff --git a/bfo/pxelinux.cfg/fedora_rescue.conf b/bfo/pxelinux.cfg/fedora_rescue.conf index 843d7ca..d583855 100644 --- a/bfo/pxelinux.cfg/fedora_rescue.conf +++ b/bfo/pxelinux.cfg/fedora_rescue.conf @@ -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 diff --git a/scripts/checkMirrors/checkMirrors.py b/scripts/checkMirrors/checkMirrors.py index bb44ea5..117572d 100644 --- a/scripts/checkMirrors/checkMirrors.py +++ b/scripts/checkMirrors/checkMirrors.py @@ -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