Merge "Modify the image property for aarch64"
This commit is contained in:
commit
fb50134272
@ -331,7 +331,7 @@ function upload_image {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if is_arch "aarch64"; then
|
if is_arch "aarch64"; then
|
||||||
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'"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$container_format" = "bare" ]; then
|
if [ "$container_format" = "bare" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user