diff --git a/virtman-default-guest-from-host-os.patch b/virtman-default-guest-from-host-os.patch index ae47b077..7a04ed81 100644 --- a/virtman-default-guest-from-host-os.patch +++ b/virtman-default-guest-from-host-os.patch @@ -37,14 +37,14 @@ Index: virt-manager-1.5.1/virtManager/create.py + os_ver = "opensuse" + parts[3] + return 'linux', os_ver + return 'linux', 'opensuse42.2' -+ if "SUSE Linux Enterprise 15" in line: ++ if "SUSE Linux Enterprise Server 15" in line: + return 'linux', ('sle15' + _lookup_sp(line)) + if "SUSE Linux Enterprise Server 12" in line: + return 'linux', ('sles12' + _lookup_sp(line)) + if "SUSE Linux Enterprise Server 11" in line: + return 'linux', ('sles11' + _lookup_sp(line)) + if "SUSE Linux Enterprise Desktop 15" in line: -+ return 'linux', ('sled15' + _lookup_sp(line)) ++ return 'linux', ('sle15' + _lookup_sp(line)) + if "SUSE Linux Enterprise Desktop 12" in line: + return 'linux', ('sled12' + _lookup_sp(line)) + if "SUSE Linux Enterprise Desktop 11" in line: