Skip to content

Commit

Permalink
better dd example
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Hiepler committed Sep 1, 2023
1 parent b0cd443 commit 9031c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -368,4 +368,4 @@ fi

printf "\n\n%s\n" \
"Image creation successful. Copy \"${RPI_LOOPBACK_IMAGE}\" to an SD card." \
"(e.g. dd if=${RPI_LOOPBACK_IMAGE} of=/dev/sdcard bs=4M conv=fsync status=progress )"
"(e.g. dd if=${RPI_LOOPBACK_IMAGE} of=/dev/sdcard bs=64M status=progress )"

0 comments on commit 9031c99

Please sign in to comment.