mirror of
https://bitbucket.org/gwenhael/pine64-slackware.git
synced 2024-12-25 09:58:38 +01:00
pv feedback for dd
This commit is contained in:
parent
98007e1b61
commit
3dae050037
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ read
|
|||
|
||||
wget -c https://www.stdin.xyz/downloads/people/longsleep/pine64-images/simpleimage-pine64-${SIMPLEIMAGE_VERSION}.img.xz
|
||||
unxz simpleimage-pine64-${SIMPLEIMAGE_VERSION}.img.xz
|
||||
dd if=simpleimage-pine64-${SIMPLEIMAGE_VERSION}.img of=$SD_DEV bs=1024
|
||||
dd if=simpleimage-pine64-${SIMPLEIMAGE_VERSION}.img | pv | dd of=$SD_DEV bs=1024
|
||||
|
||||
/bin/echo -e "d\n2\nn\np\n2\n143360\n\nw\n" | sudo fdisk $SD_DEV
|
||||
|
||||
|
|
Loading…
Reference in a new issue