mirror of
https://github.com/virt-manager/virt-manager.git
synced 2026-08-07 19:54:59 -05:00
urlfetcher: fix kernel/initrd paths for Ubuntu install CD
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
@@ -1270,7 +1270,7 @@ class UbuntuDistro(DebianDistro):
|
||||
return False
|
||||
|
||||
if not self.arch == "s390x":
|
||||
kernel_initrd_pair = ("linux", "initrd.gz")
|
||||
kernel_initrd_pair = ("install/vmlinuz", "install/initrd.gz")
|
||||
else:
|
||||
kernel_initrd_pair = ("boot/kernel.ubuntu", "boot/initrd.ubuntu")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user