mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-11 05:17:59 +03:00
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:
parent
a23e30eb2d
commit
eb93aec4af
@ -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" ,
|
||||
|
Loading…
Reference in New Issue
Block a user