[et-mgmt-tools] Subject:[PATCH][RESEND] Windows HVM can't continue to install

Nobuhiro Itou fj0873gn at aa.jp.fujitsu.com
Thu Mar 29 11:41:55 UTC 2007


Hi Hugh

> I tested Windows Server 2003. It works fine with Server 2003, too.
> But, I also don't have XP install CDs.
> As for XP, if there is an opportunity, I'll try it.

I made a mistake.
The time module was not imported.
please apply this correction.


Thanks,
Nobuhiro Itou.


diff -r 0a4efe737df9 virtinst/FullVirtGuest.py
--- a/virtinst/FullVirtGuest.py Wed Mar 28 17:01:09 2007 -0400
+++ b/virtinst/FullVirtGuest.py Thu Mar 29 19:45:42 2007 +0900
@@ -18,6 +18,7 @@ import util
 import util
 import DistroManager
 import logging
+import time

 class FullVirtGuest(Guest.XenGuest):
     OS_TYPES = { "Linux" : { "Red Hat Enterprise Linux AS 2.1/3" : { "acpi" : True, "apic": True, "continue": False }, \




More information about the et-mgmt-tools mailing list