mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-23 17:34:21 +03:00
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:
parent
eb93aec4af
commit
1004ad7a23
@ -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" ,
|
||||
|
Loading…
Reference in New Issue
Block a user