From dd53ca5cb5ab5aca69a7d047cffb05f6f069dfdf Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Tue, 23 Feb 2016 06:38:51 +0100 Subject: [PATCH] Added info on new/changed arguments --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 367dfea..e1a0176 100644 --- a/README.md +++ b/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 ] [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 . + -h: displays help message. +``` ##Extract Tarball