qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 12/13] tests/vm: fedora autoinstall, using seria


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 12/13] tests/vm: fedora autoinstall, using serial console
Date: Thu, 9 May 2019 15:10:03 +0200
User-agent: NeoMutt/20180716

  Hi,

> > +        # shutdown
> > +        self.ssh_root("poweroff")
> > +        self.console_wait("sleep state S5")
> > +        self.wait()
> > +
> > +        if os.path.exists(img):
> > +            os.remove(img)
> > +        os.rename(img_tmp, img)
> > +        os.remove(iso)
> > +        self.print_step("All done")
> > +
> > +if __name__ == "__main__":
> > +    sys.exit(basevm.main(FedoraVM))

> Maybe you could also do a kickstart installation instead?

Well, the tricky part is how to get the kickstart/autoinstall/whatever
file passed to the guest then, in a way that works for every guest ...

cheers,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]