Revision c2fca018 example/instance-image.d/grub

b/example/instance-image.d/grub
69 69
EOF
70 70
}
71 71

  
72
if [ -z "${INSTANCE_HV_kernel_path}" -o "${IMPORT_SCRIPT}" = "1" ] ; then
72
if [ "${IMAGE_TYPE}" != "qemu" ] && \
73
   [ -z "${INSTANCE_HV_kernel_path}" -o "${IMPORT_SCRIPT}" = "1" ] ; then
73 74
    setup_disk_devs
74 75

  
75 76
    if [ -e "${boot_dir}/menu.lst" ] ; then

Also available in: Unified diff