mirror of
https://github.com/erenfro/gen2stage4.git
synced 2024-11-13 02:38:57 -05:00
Improved -k parameter documentation
This commit is contained in:
parent
9175f43062
commit
bc4d5e7320
2 changed files with 3 additions and 3 deletions
|
@ -53,7 +53,7 @@ Command line arguments:
|
|||
-p: compresses parallelly using pbzip2.
|
||||
-e: an additional excludes directory (one dir one -e).
|
||||
-s: makes tarball of current system.
|
||||
-k: separately save current kernel modules and src (smaller & save decompression time).
|
||||
-k: separately save current kernel modules and src (creates smaller archives and saves decompression time).
|
||||
-t: makes tarball of system located at the <target-mountpoint>.
|
||||
-C: specify tar compression (shows available on runtime and default is bz2)
|
||||
-h: displays help message.
|
||||
|
@ -75,7 +75,7 @@ To preserve binary attributes and use numeric owner identifiers (considered good
|
|||
tar xvjpf archive_name.tar.bz2 --xattrs-include='*.*' --numeric-owner
|
||||
```
|
||||
|
||||
If you use the `-k` option, extract `src` and the modules separately:
|
||||
If you use the `-k` option, extract the `src` and modules archives separately:
|
||||
|
||||
```bash
|
||||
tar xvjpf archive_name.tar.bz2.kmod
|
||||
|
|
|
@ -53,7 +53,7 @@ USAGE="usage:\n\
|
|||
-e: an additional excludes directory (one dir one -e, donot use it with *).\n\
|
||||
-i: an additional target to include. This has higher precedence than -e, -t, and -s.\n\
|
||||
-s: makes tarball of current system.\n\
|
||||
-k: separately save current kernel modules and src (smaller & save decompression time).\n\
|
||||
-k: separately save current kernel modules and src (creates smaller archives and saves decompression time).\n\
|
||||
-t: makes tarball of system located at the <target-mountpoint>.\n\
|
||||
-C: specify tar compression (available: ${!COMPRESS_AVAILABLE[*]}).\n\
|
||||
-h: displays help message."
|
||||
|
|
Loading…
Reference in a new issue