Add warning to backup
This commit is contained in:
parent
f45603840e
commit
1f91ea1f87
|
@ -1,6 +1,8 @@
|
||||||
# PiShrink #
|
# PiShrink #
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
WARNING: You should make a backup of your image before using this. If anything goes wrong during the shrinking the image could become corrupt.
|
||||||
|
|
||||||
`Usage: ./pishrink imagefile.img`
|
`Usage: ./pishrink imagefile.img`
|
||||||
|
|
||||||
## Example ##
|
## Example ##
|
||||||
|
|
Loading…
Reference in New Issue