Skip to content

Commit

Permalink
Update usage info
Browse files Browse the repository at this point in the history
  • Loading branch information
Drewsif committed Jun 17, 2020
1 parent ad4657a commit dfdf279
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ Usage: $0 [-adhrspvzZ] imagefile.img [newimagefile.img]

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.

* `-r` will attempt to repair the filesystem if regular repairs fail
* `-s` prevents automatic filesystem expantion on the images next boot
* `-v` enables more verbose output
* `-r` will attempt to repair the filesystem using aditional options if the normal repair fails
* `-z` will compress the image after shrinking using gzip. `.gz` extension will be added to the filename.
* `-Z` will compress the image after shrinking using xz. `.xz` extension will be added to the filename.
* `-a` will use option -f9 for pigz and option -T0 for xz and compress in parallel.
Expand Down

0 comments on commit dfdf279

Please sign in to comment.