Improve post image creation instructions

This commit is contained in:
Bob Mottram 2016-03-05 10:43:06 +00:00
parent 1a4e89e5c1
commit 07e2f50819
1 changed files with 2 additions and 1 deletions

View File

@ -380,7 +380,8 @@ if [[ $IMAGE_TYPE != "virtualbox"* && $IMAGE_TYPE != "qemu"* ]]; then
echo ''
echo $'You can copy the image to a microSD card with:'
echo ''
echo " sudo dd bs=1M if=$(ls ${PROJECT_NAME}*.img) of=/dev/sdX conv=fdatasync"
echo " unxz ${PROJECT_NAME}*.img.xz"
echo " sudo dd bs=1M if=${PROJECT_NAME}*.img of=/dev/sdX conv=fdatasync"
echo ''
fi