mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-24 21:34:47 +03:00
osdict: Drop solaris back compat bits
Once upon a time solaris entries has typename="unix", but were moved to typename="solaris". We maintained a link to the unix type for back compat, but now the distinction doesn't matter at all, so drop it.
This commit is contained in:
parent
c426d5a16f
commit
e07154f997
@ -419,16 +419,3 @@ t.add("netware4", "Novell Netware 4", parent="other")
|
|||||||
t.add("netware5", "Novell Netware 5", parent="other")
|
t.add("netware5", "Novell Netware 5", parent="other")
|
||||||
t.add("netware6", "Novell Netware 6", parent="other")
|
t.add("netware6", "Novell Netware 6", parent="other")
|
||||||
t.add("generic", "Generic", supported=True, parent="other")
|
t.add("generic", "Generic", supported=True, parent="other")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Back compatibility entries
|
|
||||||
solaris_compat = OS_TYPES["unix"]["variants"]
|
|
||||||
|
|
||||||
solaris_compat["solaris9"] = OS_TYPES["solaris"]["variants"]["solaris9"].copy()
|
|
||||||
solaris_compat["solaris9"]["skip"] = True
|
|
||||||
|
|
||||||
solaris_compat["solaris10"] = OS_TYPES["solaris"]["variants"]["solaris10"].copy()
|
|
||||||
solaris_compat["solaris10"]["skip"] = True
|
|
||||||
|
Loading…
Reference in New Issue
Block a user