mirror of
https://github.com/erenfro/gen2stage4.git
synced 2024-11-13 02:38:57 -05:00
Added info on new/changed arguments
This commit is contained in:
parent
1b0e4d3c20
commit
dd53ca5cb5
1 changed files with 11 additions and 5 deletions
16
README.md
16
README.md
|
@ -38,12 +38,18 @@ Archive system located at a custom mount point:
|
|||
mkstage4 -t /custom/mount/point archive_name
|
||||
```
|
||||
|
||||
Other options:
|
||||
Command line arguments:
|
||||
|
||||
* `-q`: runs without prompting for confirmation (careful!).
|
||||
* `-b`: excludes the `/boot` (or `/cutom/mount/point/boot`) directory.
|
||||
* `-c`: excludes connman saved networks directory.
|
||||
* `-l`: excludes the `/lost+found` directory.
|
||||
```
|
||||
mkstage4 [-q -c -b] [-s || -t <target-mountpoint>] <archive-filename> [custom-tar-options]
|
||||
-q: activates quiet mode (no confirmation).
|
||||
-c: excludes connman network lists.
|
||||
-b: excludes boot directory.
|
||||
-l: excludes lost+found directory.
|
||||
-s: makes tarball of current system.
|
||||
-t: makes tarball of system located at the <target-mountpoint>.
|
||||
-h: displays help message.
|
||||
```
|
||||
|
||||
##Extract Tarball
|
||||
|
||||
|
|
Loading…
Reference in a new issue