We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e3c96a + 7b8f1e7 commit 8c5e960Copy full SHA for 8c5e960
1 file changed
functions
@@ -364,7 +364,7 @@ function upload_image {
364
esac
365
366
if is_arch "ppc64le" || is_arch "ppc64" || is_arch "ppc"; then
367
- 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"
368
fi
369
370
if is_arch "aarch64"; then
0 commit comments