mirror of
https://github.com/lukechilds/dockerpi.git
synced 2026-01-23 02:14:37 +00:00
Assume raw format for image (#7)
This commit is contained in:
parent
7a3c87535a
commit
35b55bcd34
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue