diff --git a/xCAT-nbroot/overlay/bin/dodestiny b/xCAT-nbroot/overlay/bin/dodestiny index 105ce51c2..0491b31c4 100755 --- a/xCAT-nbroot/overlay/bin/dodestiny +++ b/xCAT-nbroot/overlay/bin/dodestiny @@ -3,6 +3,9 @@ if dmidecode|grep Vendor|grep QEMU; then #for now, reboot IAMAVM=1 fi +if dmidecode|grep VMware; then #for now, reboot + IAMAVM=1 +fi for parm in `cat /proc/cmdline`; do key=`echo $parm|awk -F= '{print $1}'` if [ "$key" == "xcatd" ]; then