[virt-tools-list] [PATCH] Add Debian Wheezy to the OS_TYPES

Cole Robinson crobinso at redhat.com
Thu Sep 1 17:14:47 UTC 2011


On 08/11/2011 02:57 PM, Guido Günther wrote:
> ---
>  virtinst/osdict.py |   12 +++++++++++-
>  1 files changed, 11 insertions(+), 1 deletions(-)
> 
> diff --git a/virtinst/osdict.py b/virtinst/osdict.py
> index e59f7a4..7fe1082 100644
> --- a/virtinst/osdict.py
> +++ b/virtinst/osdict.py
> @@ -433,7 +433,17 @@ OS_TYPES = {
>              INPUT: USB_TABLET,
>          }
>      },
> -
> +    "debianwheezy": {
> +        "label": "Debian Wheezy",
> +        "distro": "debian",
> +        "sortby": "debian7",
> +        "supported": True,
> +        "devices" : {
> +                   DISK : VIRTIO_DISK,
> +                   NET  : VIRTIO_NET,
> +                   INPUT: USB_TABLET,
> +        }
> +    },
>      "ubuntuhardy": {
>          "label": "Ubuntu 8.04 LTS (Hardy Heron)",
>          "distro": "ubuntu",

Sorry for the delay, pushed this now.

Thanks,
Cole




More information about the virt-tools-list mailing list