Fedora 28 is already EOL and the URLs don't work anymore either because
EOL resources eventually move to
http://archives.fedoraproject.org/pub/archive/fedora/ from
https://dl.fedoraproject.org/pub/fedora/linux/releases/.
---
Notes:
I'm wondering whether we shouldn't drop the secondary i686 sections as well
since i686 will die starting with fedora 31. On a similar note with UML,
upstream libvirt dropped it a while ago.
conf/default.cfg | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/conf/default.cfg b/conf/default.cfg
index b97688e..d9fd0cb 100644
--- a/conf/default.cfg
+++ b/conf/default.cfg
@@ -49,7 +49,7 @@ images = (
hvm
xen
)
- osname = fedora-28
+ osname = fedora-30
}
)
@@ -75,25 +75,25 @@ images = (
# empty sparse root FS will be created
#
kernels = (
- # Fedora 28 i686 PAE has pv_ops, so one kernel can do both Xen and KVM guests here
+ # Fedora 30 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-secondary/releases/28/Everything/i...
- initrd =
http://dl.fedoraproject.org/pub/fedora-secondary/releases/28/Everything/i...
+ kernel =
http://dl.fedoraproject.org/pub/fedora-secondary/releases/30/Everything/i...
+ initrd =
http://dl.fedoraproject.org/pub/fedora-secondary/releases/30/Everything/i...
}
- # Fedora 28 x86_64 has pv_ops, so one kernel can do both Xen and KVM guests here
+ # Fedora 30 x86_64 has pv_ops, so one kernel can do both Xen and KVM guests here
{
arch = x86_64
ostype = (
hvm
xen
)
- kernel =
http://dl.fedoraproject.org/pub/fedora/linux/releases/28/Everything/x86_6...
- initrd =
http://dl.fedoraproject.org/pub/fedora/linux/releases/28/Everything/x86_6...
+ kernel =
http://dl.fedoraproject.org/pub/fedora/linux/releases/30/Everything/x86_6...
+ initrd =
http://dl.fedoraproject.org/pub/fedora/linux/releases/30/Everything/x86_6...
}
# User mode linux i686 needs custom kernel + root filesystem
{
--
2.20.1