[Kimchi-devel] [PATCH][Kimchi] Issue #604: Windows XP: Kimchi should set the right NIC Type in Templates
Ramon Medeiros
ramonn at linux.vnet.ibm.com
Wed Aug 10 19:38:48 UTC 2016
Signed-off-by: Ramon Medeiros <ramonn at linux.vnet.ibm.com>
---
osinfo.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/osinfo.py b/osinfo.py
index a3c2b0e..41853fc 100644
--- a/osinfo.py
+++ b/osinfo.py
@@ -74,7 +74,8 @@ template_specs = {'x86': {'old': dict(disk_bus='ide',
tablet_bus='usb')}}
-custom_specs = {'fedora': {'22': {'x86': dict(video_model='qxl')}}}
+custom_specs = {'fedora': {'22': {'x86': dict(video_model='qxl')}},
+ 'windows': {'xp': {'x86': dict(nic_model='pcnet')}}}
modern_version_bases = {'x86': {'debian': '6.0', 'ubuntu': '7.10',
--
2.5.5
More information about the Kimchi-devel
mailing list