From aecc54aa2bc81943fa8c8e9114a4748580b15111 Mon Sep 17 00:00:00 2001 From: langolierz Date: Fri, 4 May 2018 21:21:00 +1200 Subject: [PATCH] Update README.md --- dotfiles/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/README.md b/dotfiles/README.md index 961c046..df17946 100644 --- a/dotfiles/README.md +++ b/dotfiles/README.md @@ -132,7 +132,7 @@ i exported the image using unix command `dd` from the raspberry pi i wanted an i i had some success using [pishrink], following the instructions on readme exactly , i managed to reduce a 3.8gb image down to 2.9gb and then zipped down to 1.15gb, (this would be more useful with larger cards though). -- the flow is using dd to copy the image from the pi to an external drive `dd if=/dev/mmcblk0 of=/media/pi/FLASH DRIVE/recur.img` +- the flow is using dd to copy the image from the pi to an external drive `sudo dd bs=4M if=/dev/mmcblk0 of=/media/pi/FLASH DRIVE/recur.img` - then use pishrink to reduce this image `sudo pishrink.sh recur.img` <- try without auto disk expand ?