We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2528d94 + a9cc38a commit fb50134Copy full SHA for fb50134
functions
@@ -331,7 +331,7 @@ function upload_image {
331
fi
332
333
if is_arch "aarch64"; then
334
- img_property="--property hw_machine_type=virt --property hw_cdrom_bus=virtio --property os_command_line='console=ttyAMA0'"
+ img_property="--property hw_machine_type=virt --property hw_cdrom_bus=scsi --property hw_scsi_model=virtio-scsi --property os_command_line='console=ttyAMA0'"
335
336
337
if [ "$container_format" = "bare" ]; then
0 commit comments