On 08/09/2013 08:18 AM, Giuseppe Scrivano wrote: > Signed-off-by: Giuseppe Scrivano <gscrivan@xxxxxxxxxx> > --- > virtinst/OSDistro.py | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/virtinst/OSDistro.py b/virtinst/OSDistro.py > index 575bb5b..85a2744 100644 > --- a/virtinst/OSDistro.py > +++ b/virtinst/OSDistro.py > @@ -1031,12 +1031,13 @@ class MandrivaDistro(Distro): > class MageiaDistro(MandrivaDistro): > name = "Mageia" > > + > class ALTLinuxDistro(Distro): > > name = "ALT Linux" > os_type = "linux" > - _boot_iso_paths = [ ("altinst", "live") ] > - _hvm_kernel_paths = [ ("syslinux/alt0/vmlinuz", "syslinux/alt0/full.cz")] > + _boot_iso_paths = [("altinst", "live")] > + _hvm_kernel_paths = [("syslinux/alt0/vmlinuz", "syslinux/alt0/full.cz")] > _xen_kernel_paths = [] > > def isValidStore(self, fetcher, progresscb): > I had a similar patch queued and just pushed that, so this is fixed in git now. - Cole _______________________________________________ virt-tools-list mailing list virt-tools-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/virt-tools-list