[Kimchi-devel] [PATCH][Kimchi] Issue #604: Windows XP: Kimchi should set the right NIC Type in Templates

Daniel Henrique Barboza dhbarboza82 at gmail.com
Wed Aug 10 20:43:29 UTC 2016


Applied to master. Thanks!

On 08/10/2016 04:38 PM, Ramon Medeiros wrote:
> 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',




More information about the Kimchi-devel mailing list