Chen Hanxiao <[email protected]> writes: > fix a "attribute-defined-outside-init" warning. > We set installer.livecd in virt-install. > > Signed-off-by: Chen Hanxiao <[email protected]> > --- > virtinst/installer.py | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/virtinst/installer.py b/virtinst/installer.py > index 4482ae6..8e6e143 100644 > --- a/virtinst/installer.py > +++ b/virtinst/installer.py > @@ -58,6 +58,7 @@ class Installer(object): > self._location = None > > self.cdrom = False > + self.livecd = False > self.extraargs = None > > self.initrd_injections = []
ACK Giuseppe _______________________________________________ virt-tools-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-tools-list
