Searched refs:print_step (Results 1 – 5 of 5) sorted by relevance
80 self.print_step("Downloading install iso")85 self.print_step("Preparing iso and disk image")89 self.print_step("Booting installer")161 self.print_step("Installation started now, this will take a while")165 self.print_step("Installation finished, rebooting")195 self.print_step("Configuration finished, rebooting")200 self.print_step("Installing packages")211 self.print_step("All done")
90 self.print_step("Preparing iso and disk image")94 self.print_step("Booting installer")126 self.print_step("Installation started now, this will take a while")177 self.print_step("Installation finished, rebooting")199 self.print_step("Configuration finished, rebooting")204 self.print_step("Installing packages")215 self.print_step("All done")
97 self.print_step("Downloading disk image")100 self.print_step("Extracting disk image")105 self.print_step("Preparing disk image")115 self.print_step("All done")
48 self.print_step("Downloading disk image")54 self.print_step("Preparing disk image")61 self.print_step("Preparing disk image")118 self.print_step("Installing packages")128 self.print_step("All done")
432 def print_step(self, text): member in BaseVM