osdict: Add FreeBSD 10

FreeBSD 10 is an upcoming release of FreeBSD. It supports virtio by
default, unlike earlier releases of FreeBSD. Add it to osdict.
This commit is contained in:
Marcus Karlsson 2013-07-29 09:35:14 +02:00 committed by Cole Robinson
parent eb93aec4af
commit 1004ad7a23

View File

@ -750,6 +750,14 @@ OS_TYPES = {
NET : {"model" : [(HV_ALL, "e1000")]}
},
},
"freebsd10": {
"label": "FreeBSD 10.x" ,
"supported": False,
"devices" : {
DISK : VIRTIO_DISK,
NET : VIRTIO_NET,
},
},
"openbsd4": {
"label": "OpenBSD 4.x" ,