Merge "Set correct default disk bus back to virtio on ppc64"
This commit is contained in:
commit
911cc586ad
@ -273,7 +273,7 @@ function upload_image {
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
if is_arch "ppc64"; then
|
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
|
fi
|
||||||
|
|
||||||
if [ "$CONTAINER_FORMAT" = "bare" ]; then
|
if [ "$CONTAINER_FORMAT" = "bare" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user