Updated README
This commit is contained in:
parent
15c43f1199
commit
700bf3cdcc
|
@ -2,9 +2,11 @@
|
|||
PiShrink is a bash script that automatically shrink a pi image that will then resize to the max size of the SD card on boot. This will make putting the image back onto the SD card faster and the shrunk images will compress better.
|
||||
|
||||
## Usage ##
|
||||
`sudo pishrink.sh [-s] imagefile.img [newimagefile.img]`
|
||||
`sudo pishrink.sh [-sdr] imagefile.img [newimagefile.img]`
|
||||
|
||||
If the `-s` option is given the script will skip the autoexpanding part of the process. If you specify the `newimagefile.img` parameter, the script will make a copy of `imagefile.img` and work off that. You will need enough space to make a full copy of the image to use that option.
|
||||
Option `-d` will create a logfile `pishrink.log` which may help for problem analysis.
|
||||
Option `-r` will try to recover a corrupted filesystem. You have to specify the `newimagefile.img` parameter and a recovery is done on a copy of the image.
|
||||
|
||||
## Prerequisites ##
|
||||
If you are trying to shrink a [NOOBS](https://github.com/raspberrypi/noobs) image it will likely fail. This is due to [NOOBS paritioning](https://github.com/raspberrypi/noobs/wiki/NOOBS-partitioning-explained) being significantly different than Raspian's. Hopefully PiShrink will be able to support NOOBS in the near future.
|
||||
|
|
Loading…
Reference in New Issue