[virt-tools-list] [PATCH 1/2] osdict: Add FreeBSD 9
Marcus Karlsson
mk at acc.umu.se
Mon Jul 29 07:35:13 UTC 2013
FreeBSD 9 is the current production release of FreeBSD. Add it to
osdict, using the same properties as FreeBSD 8.
---
virtinst/osdict.py | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/virtinst/osdict.py b/virtinst/osdict.py
index 8af9abf..358d26e 100644
--- a/virtinst/osdict.py
+++ b/virtinst/osdict.py
@@ -743,6 +743,13 @@ OS_TYPES = {
NET : {"model" : [(HV_ALL, "e1000")]}
},
},
+ "freebsd9": {
+ "label": "FreeBSD 9.x" ,
+ "supported": True,
+ "devices" : {
+ NET : {"model" : [(HV_ALL, "e1000")]}
+ },
+ },
"openbsd4": {
"label": "OpenBSD 4.x" ,
--
1.8.3.1
More information about the virt-tools-list
mailing list