diff --git a/xCAT-nbroot/overlay/bin/dodestiny b/xCAT-nbroot/overlay/bin/dodestiny index a1a2c725f..a04ab69dd 100755 --- a/xCAT-nbroot/overlay/bin/dodestiny +++ b/xCAT-nbroot/overlay/bin/dodestiny @@ -6,6 +6,9 @@ fi if dmidecode|grep VMware; then #for now, reboot IAMAVM=1 fi +if dmidecode|grep "Product Name: KVM"; 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