On 06/08/2018 09:45 AM, Daniel P. Berrangé wrote:
Signed-off-by: Daniel P. Berrangé <berrange(a)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/...
- initrd =
http://dl.fedoraproject.org/pub/fedora/linux/releases/27/Everything/i386/...
+ kernel =
http://dl.fedoraproject.org/pub/fedora-secondary/releases/28/Everything/i...
+ initrd =
http://dl.fedoraproject.org/pub/fedora-secondary/releases/28/Everything/i...
}
# 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(a)laine.org>