You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ah...@apache.org on 2012/09/18 00:32:02 UTC

[2/20] git commit: CLOUDSTACK-120: Add proper OS name to KVMGuestOsMapper for systemvm

CLOUDSTACK-120: Add proper OS name to KVMGuestOsMapper for systemvm

Signed-off-by: Edison Su <su...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/3a74c36e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/3a74c36e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/3a74c36e

Branch: refs/heads/javelin
Commit: 3a74c36eed68d6a4fce492b1cf9867ea4310f6ea
Parents: d068a40
Author: Marcus Sorensen <sh...@gmail.com>
Authored: Mon Sep 17 14:22:01 2012 -0700
Committer: Edison Su <su...@gmail.com>
Committed: Mon Sep 17 14:22:01 2012 -0700

----------------------------------------------------------------------
 .../hypervisor/kvm/resource/KVMGuestOsMapper.java  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3a74c36e/plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/KVMGuestOsMapper.java
----------------------------------------------------------------------
diff --git a/plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/KVMGuestOsMapper.java b/plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/KVMGuestOsMapper.java
index 88bb0f5..b4771ca 100644
--- a/plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/KVMGuestOsMapper.java
+++ b/plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/KVMGuestOsMapper.java
@@ -105,7 +105,7 @@ public class KVMGuestOsMapper {
         s_mapper.put("Ubuntu 8.04 (64-bit)", "Other Linux");
         s_mapper.put("Debian GNU/Linux 5(32-bit)", "Debian GNU/Linux 5");
         s_mapper.put("Debian GNU/Linux 5(64-bit)", "Debian GNU/Linux 5");
-        s_mapper.put("Debian GNU/Linux 5.0(32-bit)", "Debian GNU/Linux 5");
+        s_mapper.put("Debian GNU/Linux 5.0 (32-bit)", "Debian GNU/Linux 5");
         s_mapper.put("Debian GNU/Linux 4(32-bit)", "Debian GNU/Linux 4");
         s_mapper.put("Debian GNU/Linux 4(64-bit)", "Debian GNU/Linux 4");
         s_mapper.put("Debian GNU/Linux 6(64-bit)", "Debian GNU/Linux 6");