diff --git a/debian/changelog b/debian/changelog index c651963..7fa8bf9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -vn-vmware (1.0.31) stable; urgency=low +vn-vmware (1.0.32) stable; urgency=low * Initial Release. diff --git a/vn-vmware.pl b/vn-vmware.pl index d7789f3..023c0fd 100755 --- a/vn-vmware.pl +++ b/vn-vmware.pl @@ -597,11 +597,6 @@ sub clone_machine { value => $dst_name ); - # Operating system - - my $guest_id = $vm->guest->guestId; - $guest_id = $guest_id ? $guest_id : undef; - # CPU & memory my $cpu; @@ -712,7 +707,6 @@ sub clone_machine { name => $dst_name, memoryMB => $memory, numCPUs => $num_cpus, - guestId => $guest_id, cpuAllocation => $cpu, memoryAllocation => $mem_res, extraConfig => [$extra_conf]