Assume raw format for image (#7)

This commit is contained in:
mrtwnklr 2020-03-16 06:43:09 +01:00 committed by GitHub
parent 7a3c87535a
commit 35b55bcd34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}" \