From 93e56bf604b793c1dc3be8553e6cb75fc1c1c5c4 Mon Sep 17 00:00:00 2001 From: Nikos Skalkotos <skalkoto@grnet.gr> Date: Wed, 8 Jan 2014 12:00:10 +0200 Subject: [PATCH] Fix typos in windows.py --- image_creator/os_type/windows.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/image_creator/os_type/windows.py b/image_creator/os_type/windows.py index 2890c62..64757a6 100644 --- a/image_creator/os_type/windows.py +++ b/image_creator/os_type/windows.py @@ -211,7 +211,7 @@ class Windows(OSBase): self._guest_exec( r"cmd /q /c for /f %l in ('wevtutil el') do wevtutil cl %l") - @sysprep('Executing Sysprep on the image (may take more that 10 minutes)') + @sysprep('Executing Sysprep on the image (may take more that 10 min)') def microsoft_sysprep(self): """Run the Microsoft System Preparation Tool. This will remove system-specific data and will make the image ready to be deployed. @@ -351,7 +351,7 @@ class Windows(OSBase): monitorfd, monitor = tempfile.mkstemp() os.close(monitorfd) vm = _VM(self.image.device, monitor, self.sysprep_params) - self.out.success("started (console on vnc display: %d)." % + self.out.success("started (console on VNC display: %d)" % vm.display) self.out.output("Waiting for OS to boot ...", False) -- GitLab