mirror of https://github.com/apache/cloudstack.git
add a debian 5.0 32 bit guest os mapping
Reviewed-by: Sheng Yang
This commit is contained in:
parent
558d7b237f
commit
1d5ec1f5d7
|
|
@ -52,6 +52,7 @@ public class VmwareGuestOsMapper {
|
|||
s_mapper.put("Asianux 3(64-bit)", VirtualMachineGuestOsIdentifier.asianux3_64Guest);
|
||||
|
||||
s_mapper.put("Debian GNU/Linux 5(64-bit)", VirtualMachineGuestOsIdentifier.debian5_64Guest);
|
||||
s_mapper.put("Debian GNU/Linux 5.0 (32-bit)", VirtualMachineGuestOsIdentifier.debian5Guest);
|
||||
s_mapper.put("Debian GNU/Linux 4(32-bit)", VirtualMachineGuestOsIdentifier.debian4Guest);
|
||||
s_mapper.put("Debian GNU/Linux 4(64-bit)", VirtualMachineGuestOsIdentifier.debian4_64Guest);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue