[libvirt] [tck PATCH 10/12] conf: update URLs for Fedora 28 images

Daniel P. Berrangé berrange at redhat.com
Fri Jun 8 13:45:49 UTC 2018


Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
---
 conf/default.cfg | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/conf/default.cfg b/conf/default.cfg
index d9d858c..494c303 100644
--- a/conf/default.cfg
+++ b/conf/default.cfg
@@ -49,7 +49,7 @@ images = (
       hvm
       xen
     )
-    osname = fedora-27
+    osname = fedora-28
   }
 )
 
@@ -75,15 +75,15 @@ images = (
 # empty sparse root FS will be created
 #
 kernels = (
-   # Fedora 15 i686 PAE has pv_ops, so one kernel can do both Xen and KVM guests here
+   # Fedora 28 i686 PAE has pv_ops, so one kernel can do both Xen and KVM guests here
    {
      arch = i686
      ostype = (
        hvm
        xen
      )
-     kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/27/Everything/i386/os/images/pxeboot/vmlinuz-PAE
-     initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/27/Everything/i386/os/images/pxeboot/initrd-PAE.img
+     kernel = http://dl.fedoraproject.org/pub/fedora-secondary/releases/28/Everything/i386/os/images/pxeboot/vmlinuz
+     initrd = http://dl.fedoraproject.org/pub/fedora-secondary/releases/28/Everything/i386/os/images/pxeboot/initrd.img
    }
    # Fedora 15 x86_64 has pv_ops, so one kernel can do both Xen and KVM guests here
    {
@@ -92,8 +92,8 @@ kernels = (
        hvm
        xen
      )
-     kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/27/Everything/x86_64/os/images/pxeboot/vmlinuz
-     initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/27/Everything/x86_64/os/images/pxeboot/initrd.img
+     kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/28/Everything/x86_64/os/images/pxeboot/vmlinuz
+     initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/28/Everything/x86_64/os/images/pxeboot/initrd.img
    }
    # User mode linux i686 needs custom kernel + root filesystem
    {
-- 
2.17.0




More information about the libvir-list mailing list