b78bd34b50
Update virtinst-pvgrub2-bootloader.patch - Reorder virt-manager patches according to type - Drop virtman-cdrom.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=216
17 lines
548 B
Diff
17 lines
548 B
Diff
Index: virt-manager-1.1.0/virtManager/create.py
|
|
===================================================================
|
|
--- virt-manager-1.1.0.orig/virtManager/create.py
|
|
+++ virt-manager-1.1.0/virtManager/create.py
|
|
@@ -62,8 +62,9 @@ INSTALL_PAGE_CONTAINER_APP = 4
|
|
INSTALL_PAGE_CONTAINER_OS = 5
|
|
|
|
STABLE_OS_SUPPORT = [
|
|
- "rhel3", "rhel4", "rhel5.4", "rhel6",
|
|
- "win2k3", "winxp", "win2k8", "vista", "win7",
|
|
+ "oes11", "sles10", "sles11", "sles12",
|
|
+ "sled10", "sled11", "sled12",
|
|
+ "win2k3", "win2k8", "win2k12", "win7", "win8",
|
|
]
|
|
|
|
|