b0e1c35949
- Add sles12/sled12 as supported distros OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=136
183 lines
4.5 KiB
Diff
183 lines
4.5 KiB
Diff
Index: virt-manager-0.10.0/virtinst/osdict.py
|
|
===================================================================
|
|
--- virt-manager-0.10.0.orig/virtinst/osdict.py
|
|
+++ virt-manager-0.10.0/virtinst/osdict.py
|
|
@@ -408,33 +408,113 @@ OS_TYPES = {
|
|
},
|
|
|
|
"opensuse11": {
|
|
- "label": "openSuse 11",
|
|
+ "label": "openSUSE 11",
|
|
"distro": "suse",
|
|
"supported": True,
|
|
+ "pv_cdrom_install": True,
|
|
"devices" : {
|
|
DISK : VIRTIO_DISK,
|
|
NET : VIRTIO_NET,
|
|
},
|
|
},
|
|
"opensuse12": {
|
|
- "label": "openSuse 12",
|
|
+ "label": "openSUSE 12",
|
|
+ "distro": "suse",
|
|
+ "supported": True,
|
|
+ "pv_cdrom_install": True,
|
|
+ "devices" : {
|
|
+ DISK : VIRTIO_DISK,
|
|
+ NET : VIRTIO_NET,
|
|
+ },
|
|
+ },
|
|
+ "opensuse13": {
|
|
+ "label": "openSUSE 13",
|
|
"distro": "suse",
|
|
"supported": True,
|
|
+ "pv_cdrom_install": True,
|
|
"devices" : {
|
|
DISK : VIRTIO_DISK,
|
|
NET : VIRTIO_NET,
|
|
},
|
|
},
|
|
|
|
+ "oes2l": {
|
|
+ "label": "Novell Open Enterprise Server 2",
|
|
+ "distro": "suse",
|
|
+ "supported": True,
|
|
+ "pv_cdrom_install": True,
|
|
+ },
|
|
+ "oes11": {
|
|
+ "label": "Novell Open Enterprise Server 11",
|
|
+ "distro": "suse",
|
|
+ "supported": True,
|
|
+ "pv_cdrom_install": True,
|
|
+ "devices" : {
|
|
+ DISK : VIRTIO_DISK,
|
|
+ NET : VIRTIO_NET,
|
|
+ },
|
|
+ },
|
|
+
|
|
+ "sles9": {
|
|
+ "label": "Suse Linux Enterprise Server 9",
|
|
+ "distro": "suse",
|
|
+ "supported": True,
|
|
+ "pv_cdrom_install": False,
|
|
+ },
|
|
"sles10": {
|
|
- "label": "Suse Linux Enterprise Server",
|
|
+ "label": "Suse Linux Enterprise Server 10",
|
|
"distro": "suse",
|
|
"supported": True,
|
|
+ "pv_cdrom_install": True,
|
|
+ "devices" : {
|
|
+ DISK : VIRTIO_DISK,
|
|
+ },
|
|
},
|
|
"sles11": {
|
|
"label": "Suse Linux Enterprise Server 11",
|
|
"distro": "suse",
|
|
"supported": True,
|
|
+ "pv_cdrom_install": True,
|
|
+ "devices" : {
|
|
+ DISK : VIRTIO_DISK,
|
|
+ NET : VIRTIO_NET,
|
|
+ },
|
|
+ },
|
|
+ "sles12": {
|
|
+ "label": "Suse Linux Enterprise Server 12",
|
|
+ "distro": "suse",
|
|
+ "supported": True,
|
|
+ "pv_cdrom_install": True,
|
|
+ "devices" : {
|
|
+ DISK : VIRTIO_DISK,
|
|
+ NET : VIRTIO_NET,
|
|
+ },
|
|
+ },
|
|
+
|
|
+ "sled10": {
|
|
+ "label": "Suse Linux Enterprise Desktop 10",
|
|
+ "distro": "suse",
|
|
+ "supported": True,
|
|
+ "pv_cdrom_install": True,
|
|
+ "devices" : {
|
|
+ DISK : VIRTIO_DISK,
|
|
+ },
|
|
+ },
|
|
+ "sled11": {
|
|
+ "label": "Suse Linux Enterprise Desktop 11",
|
|
+ "distro": "suse",
|
|
+ "supported": True,
|
|
+ "pv_cdrom_install": True,
|
|
+ "devices" : {
|
|
+ DISK : VIRTIO_DISK,
|
|
+ NET : VIRTIO_NET,
|
|
+ },
|
|
+ },
|
|
+ "sled12": {
|
|
+ "label": "Suse Linux Enterprise Desktop 12",
|
|
+ "distro": "suse",
|
|
+ "supported": True,
|
|
+ "pv_cdrom_install": True,
|
|
"devices" : {
|
|
DISK : VIRTIO_DISK,
|
|
NET : VIRTIO_NET,
|
|
@@ -619,6 +699,12 @@ OS_TYPES = {
|
|
VIDEO : VMVGA_VIDEO,
|
|
},
|
|
},
|
|
+ "win8": {
|
|
+ "label": "Microsoft Windows 8",
|
|
+ "supported": True,
|
|
+ "sortby": "mswin8",
|
|
+ "distro": "win",
|
|
+ },
|
|
|
|
"generic24": {
|
|
"label": "Generic 2.4.x kernel"
|
|
@@ -682,6 +768,12 @@ OS_TYPES = {
|
|
"sortby": "mswinserv2008",
|
|
"distro": "winserv",
|
|
},
|
|
+ "win2k12": {
|
|
+ "label": "Microsoft Windows Server 2012",
|
|
+ "supported": True,
|
|
+ "sortby": "mswinserv2012",
|
|
+ "distro": "winserv",
|
|
+ },
|
|
"vista": {
|
|
"label": "Microsoft Windows Vista",
|
|
"supported": True,
|
|
@@ -694,6 +786,12 @@ OS_TYPES = {
|
|
"sortby": "mswin7",
|
|
"distro": "win",
|
|
},
|
|
+ "win8": {
|
|
+ "label": "Microsoft Windows 8",
|
|
+ "supported": True,
|
|
+ "sortby": "mswin8",
|
|
+ "distro": "win",
|
|
+ },
|
|
|
|
},
|
|
},
|
|
@@ -770,6 +868,13 @@ OS_TYPES = {
|
|
"apic": False,
|
|
},
|
|
|
|
+ "rear": {
|
|
+ "label": "Relax and Recover",
|
|
+ "distro": "suse",
|
|
+ "supported": True,
|
|
+ "pv_cdrom_install": True,
|
|
+ },
|
|
+
|
|
"netware4": {
|
|
"label": "Novell Netware 4",
|
|
},
|
|
@@ -778,6 +883,7 @@ OS_TYPES = {
|
|
},
|
|
"netware6": {
|
|
"label": "Novell Netware 6",
|
|
+ "supported": True,
|
|
"pv_cdrom_install": True,
|
|
},
|
|
|