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

Laine Stump laine at laine.org
Fri Jun 8 15:17:23 UTC 2018


On 06/08/2018 09:45 AM, Daniel P. Berrangé wrote:
> 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

Ahh, you're going to force me to download a new test image :-P

>    }
>  )
>  
> @@ -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

As long as you modified the "Fedora 15 i686" comment to Fedora 28, might
as well do this one too...

Reviewed-by: Laine Stump <laine at laine.org>

>     {
> @@ -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
>     {





More information about the libvir-list mailing list