[elbe-devel] [PATCH] docs/initvm: update options
yegorslists at googlemail.com
yegorslists at googlemail.com
Mon Jul 22 14:21:42 CEST 2019
From: Yegor Yefremov <yegorslists at googlemail.com>
Remove obsolete options and add new ones.
Signed-off-by: Yegor Yefremov <yegorslists at googlemail.com>
---
docs/elbe-initvm.txt | 32 +++++++++++++++++++-------------
1 file changed, 19 insertions(+), 13 deletions(-)
diff --git a/docs/elbe-initvm.txt b/docs/elbe-initvm.txt
index 64603d22c..dfa64632f 100644
--- a/docs/elbe-initvm.txt
+++ b/docs/elbe-initvm.txt
@@ -31,7 +31,13 @@ OPTIONS
--directory <dir>::
Directory where the initvm resides, or is supposed to reside.
- (Defaults to './build')
+ (Defaults to './initvm')
+
+--cdrom <CDROM>::
+ ISO image of Binary cdrom.
+
+--devel::
+ Install elbe Version from the current working into initvm.
--skip-download::
After the build has finished, the generated Files are downloaded from
@@ -42,16 +48,6 @@ OPTIONS
The default is to generate a directory with a timestamp in the current working
directory.
---user <username>::
- Username to use for login (defaults to root).
-
---pass <password>::
- Password for login (defaults to 'foo').
-
---retries <N>::
- How many times to retry the connection to the server before giving up
- (default is 10 times, yielding 10 seconds).
-
--skip-build-bin::
Skip building binary repository CDROM, for exact reproduction.
@@ -62,9 +58,19 @@ OPTIONS
Output downloaded files to <directory>.
--keep-files::
- don't delete elbe project files after a build in the initvm
+ Don't delete elbe project files after a build in the initvm
use 'elbe control list_projects' to get a list of available projects
+--writeproject <file>::
+ Write project name to <file>.
+
+--nesting::
+ Allow initvm to support nested kvm.
+ This makes /proc/cpuinfo inside initvm differ per host.
+
+--build-sdk::
+ Also make 'initvm submit' build an SDK.
+
COMMANDS
--------
@@ -76,7 +82,7 @@ Attach to the initvm console, which is accessed via virsh.
'create' [ <xmlfile> | <isoimage> ]::
This command triggers a complete rebuild of the Elbe XML File.
-it also includes rebuilding the initvm.
+It also includes rebuilding the initvm.
+
If an initvm is already available, you should use the 'submit' command,
to build a project in an existing initvm.
--
2.17.0
More information about the elbe-devel
mailing list