[elbe-devel] [PATCH v2 12/12] docs elbe-fetch_initvm_pkgs: add initial man page version
Torben Hohn
torben.hohn at linutronix.de
Mon Nov 12 17:43:13 CET 2018
Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
docs/elbe-fetch_initvm_pkgs.txt | 72 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 72 insertions(+)
create mode 100644 docs/elbe-fetch_initvm_pkgs.txt
diff --git a/docs/elbe-fetch_initvm_pkgs.txt b/docs/elbe-fetch_initvm_pkgs.txt
new file mode 100644
index 00000000..228152fb
--- /dev/null
+++ b/docs/elbe-fetch_initvm_pkgs.txt
@@ -0,0 +1,72 @@
+elbe-fetch_initvm_pkgs(1)
+=========================
+
+NAME
+----
+elbe-fetch_initvm_pkgs - Download initvm binary and source Packages
+
+SYNOPSIS
+--------
+[verse]
+'elbe fetch_initvm_pkgs' [--binrepo <dir> ] \
+ [--srcrepo <dir>] \
+ [--skip-validation] \
+ [--cdrom-mount-path <path>] \
+ [--cdrom-device <dev>] \
+ [--apt-archive <dir>] \
+ [--src-archive <dir>] \
+ [--skip-build-source] \
+ [--skip-build-bin] \
+ <xmlfile>
+
+
+DESCRIPTION
+-----------
+'elbe fetch_initvm_pkgs' downloads source and binary packages of software
+installed into the initvm. These packages are installed into debian
+repositories.
+
+Later on in, the target build process, these Repositories are used to
+generate the initvm related repositories on
+
+This command is used by elbe internally during the creation of the initvm.
+It is currently not supposed to be called by users.
+
+
+OPTIONS
+-------
+
+--binrepo <dir>::
+ directory where the bin repo should reside
+
+--srcrepo <dir>::
+ directory where the src repo should reside
+
+--skip-validation::
+ Skip xml schema validation
+
+--cdrom-mount-path <path>::
+ path where cdrom is mounted
+
+--cdrom-device <device>::
+ cdrom device, in case it has to be mounted
+
+--apt-archive <dir>::
+ path where binary packages are downloaded to.
+
+--src-archive <dir>::
+ path where src packages are downloaded to.
+
+--skip-build-sources::
+ Skip downloading Source Packages
+
+--skip-build-bin::
+ Skip downloading binary packages
+
+<xmlfile>::
+ The XML file to use.
+
+
+ELBE
+----
+Part of the linkgit:elbe[1] suite
--
2.11.0
More information about the elbe-devel
mailing list