Skip to content

Commit 0250ef1

Browse files
committed
Updated README
1 parent 8e93fb3 commit 0250ef1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ makeself.sh [args] archive_dir file_name label startup_script [script_args]
103103
* **`--nomd5`** and **`--nocrc`** : Disable the creation of a MD5 / CRC checksum for the archive. This speeds up the extraction process if integrity checking is not necessary.
104104
* **`--sha256`** : Adds a SHA256 checksum for the archive. This is in addition to the MD5 / CRC checksums unless `--nomd5` is also used.
105105
* **`--lsm` _file_** : Provide and LSM file to makeself, that will be embedded in the generated archive. LSM files are describing a software package in a way that is easily parseable. The LSM entry can then be later retrieved using the `--lsm` argument to the archive. An example of a LSM file is provided with Makeself.
106+
* **`--tar-format opt`** : Specify the tar archive format (default is ustar); you may use any value accepted by your tar command (such as posix, v7, etc).
106107
* **`--tar-extra opt`** : Append more options to the tar command line.
107108

108109
For instance, in order to exclude the `.git` directory from the packaged archive directory using the GNU `tar`, one can use `makeself.sh --tar-extra "--exclude=.git" ...`
@@ -206,7 +207,8 @@ The latest development version can be grabbed from [GitHub][10]. Feel free to su
206207
* **v2.4.0:** Added optional support for SHA256 archive integrity checksums.
207208
* **v2.4.2:** New --cleanup and --cleanup-args arguments for cleanup scripts. Added threading support for supported compressors. Now supports zstd compression.
208209
* **v2.4.3:** Make explicit POSIX tar archives for increased compatibility.
209-
* **v2.4.4:** Fixed various compatibility issues (no longer use POSIX tar archives), Github Actions to check on Solaris and FreeBSD
210+
* **v2.4.4:** Fixed various compatibility issues (no longer use POSIX tar archives), Github Actions to check on Solaris and FreeBSD.
211+
* **v2.4.5:** Added `--tar-format` option to set the tar archive format (default is ustar)
210212

211213
## Links
212214

0 commit comments

Comments
 (0)