-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pv can't show progress properly #148
Comments
Actually,
Lines 628 to 637 in 0b28b5c
It's time to change this using progress flag
echo "Flashing ${image} to ${rawdisk} ..."
sudo dd bs=$bs_size status=progress "if=${image}" "of=${rawdisk}" |
I don't think it is |
flash/flash
Line 632 in 0b28b5c
In my use case, the progress soon gets 100% but the dd command is still working at 10MB/s. It seems the image is preloaded in memory.
The text was updated successfully, but these errors were encountered: