Skip to content

Commit

Permalink
simplify code a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Apr 2, 2014
1 parent d4671aa commit f1a4d22
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build-vm-kvm
Expand Up @@ -68,10 +68,7 @@ vm_verify_options_kvm() {
vm_initrd=/boot/initrdle
fi
grep -q "PowerNV" /proc/cpuinfo || kvm_device=scsi-hd # no virtio on ppc != power7 yet
# We don't have virtio for ppc64le yet
if test "$BUILD_ARCH" = ppc64le ; then
kvm_device=scsi-hd
fi
test "$BUILD_ARCH" != ppc64le || kvm_device=scsi-hd # also no virtio for ppc64le yet
fi

# overwrite some options for z series
Expand Down

0 comments on commit f1a4d22

Please sign in to comment.