
10 Aug
2016
10 Aug
'16
9:43 p.m.
Applied to master. Thanks! On 08/10/2016 04:38 PM, Ramon Medeiros wrote:
Signed-off-by: Ramon Medeiros <ramonn@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',