Browse Source

Assume raw format for image (#7)

pull/20/head
mrtwnklr 5 years ago
committed by GitHub
parent
commit
35b55bcd34
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      entrypoint.sh

2
entrypoint.sh

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

Loading…
Cancel
Save