Merge "Set default disk driver to virtio-blk on Power"
This commit is contained in:
commit
8c5e960fd1
@ -364,7 +364,7 @@ function upload_image {
|
||||
esac
|
||||
|
||||
if is_arch "ppc64le" || is_arch "ppc64" || is_arch "ppc"; then
|
||||
img_property="--property hw_disk_bus=scsi --property hw_scsi_model=virtio-scsi --property hw_cdrom_bus=scsi --property os_command_line=console=hvc0"
|
||||
img_property="--property hw_cdrom_bus=scsi --property os_command_line=console=hvc0"
|
||||
fi
|
||||
|
||||
if is_arch "aarch64"; then
|
||||
|
Loading…
Reference in New Issue
Block a user