| ... | ... |
@@ -300,8 +300,8 @@ function upload_image {
|
| 300 | 300 |
*) echo "Do not know what to do with $image_fname"; false;; |
| 301 | 301 |
esac |
| 302 | 302 |
|
| 303 |
- if is_arch "ppc64"; then |
|
| 304 |
- img_property="--property hw_cdrom_bus=scsi" |
|
| 303 |
+ if is_arch "ppc64le" || is_arch "ppc64" || is_arch "ppc"; then |
|
| 304 |
+ img_property="--property hw_disk_bus=scsi --property hw_scsi_model=virtio-scsi --property hw_cdrom_bus=scsi --property os_command_line=console=hvc0" |
|
| 305 | 305 |
fi |
| 306 | 306 |
|
| 307 | 307 |
if is_arch "aarch64"; then |