fix qemu warning 'Image format was not specified ...'

This commit is contained in:
Marty Winkler 2020-03-07 23:36:28 +01:00
parent 7a3c87535a
commit e0ea1b6a24
No known key found for this signature in database
GPG key ID: 89EC662E1215D000

View file

@ -74,7 +74,7 @@ exec ${emulator} \
--machine "${machine}" \
--cpu arm1176 \
--m "${memory}" \
--hda "${image_path}" \
--drive "format=raw,file=${image_path}" \
${nic} \
--dtb "${dtb}" \
--kernel "${kernel}" \