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