[libvirt] [libvirt-tck PATCH] The PXE images moved

Guido Günther agx at sigxcpu.org
Wed Sep 11 11:41:21 UTC 2013


Adjust to the new URL as describe in:

	http://dl.fedoraproject.org/pub/fedora/linux/releases/15/README
---
 conf/default.cfg | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/conf/default.cfg b/conf/default.cfg
index a303d88..a8ffecd 100644
--- a/conf/default.cfg
+++ b/conf/default.cfg
@@ -69,8 +69,8 @@ kernels = (
        hvm
        xen
      )
-     kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/i386/os/images/pxeboot/vmlinuz-PAE
-     initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/i386/os/images/pxeboot/initrd-PAE.img
+     kernel = http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/15/Fedora/i386/os/images/pxeboot/vmlinuz-PAE
+     initrd = http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/15/Fedora/i386/os/images/pxeboot/initrd-PAE.img
    }
    # Fedora 15 x86_64 has pv_ops, so one kernel can do both Xen and KVM guests here
    {
@@ -79,8 +79,8 @@ kernels = (
        hvm
        xen
      )
-     kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/x86_64/os/images/pxeboot/vmlinuz
-     initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/x86_64/os/images/pxeboot/initrd.img
+     kernel = http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/15/Fedora/x86_64/os/images/pxeboot/vmlinuz-PAE
+     initrd = http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/15/Fedora/x86_64/os/images/pxeboot/initrd-PAE.img
    }
    # User mode linux i686 needs custom kernel + root filesystem
    {
-- 
1.8.4.rc3




More information about the libvir-list mailing list