Changes

Jump to navigation Jump to search
Add a one-liner to help with disk usage.
Line 59: Line 59:  
  sudo pv zynthianos-last-stable.img.xz.img > /dev/sdc
 
  sudo pv zynthianos-last-stable.img.xz.img > /dev/sdc
 
  sudo sync
 
  sudo sync
 +
 +
Also, might you run out of space ''(~7GB + ~16GB = ~25GB !)'' and want to inflate the image directly on the SD card, you can try :
 +
 +
pv zynthianos-last-stable.img.xz | xz -d | sudo dd of=/dev/sdc bs=4M status=progress && sync
 +
     
1

edit

Navigation menu