[virt-tools-list] [PATCH] Add Debian Wheezy to the OS_TYPES
Guido Günther
agx at sigxcpu.org
Thu Aug 11 18:57:10 UTC 2011
---
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",
--
1.7.5.4
More information about the virt-tools-list
mailing list