Merge "Set correct default disk bus back to virtio on ppc64"
diff --git a/functions b/functions
index e0d2b01..17c6e77 100644
--- a/functions
+++ b/functions
@@ -273,7 +273,7 @@
     esac
 
     if is_arch "ppc64"; then
-        IMG_PROPERTY="--property hw_disk_bus=scsi --property hw_cdrom_bus=scsi"
+        IMG_PROPERTY="--property hw_cdrom_bus=scsi"
     fi
 
     if [ "$CONTAINER_FORMAT" = "bare" ]; then