osdict: Add FreeBSD 9

FreeBSD 9 is the current production release of FreeBSD. Add it to
osdict, using the same properties as FreeBSD 8.
This commit is contained in:
Marcus Karlsson 2013-07-29 09:35:13 +02:00 committed by Cole Robinson
parent a23e30eb2d
commit eb93aec4af

View File

@ -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" ,