[elbe-devel] [PATCH 2/2] docs: remove mentions of --nesting
Thomas Weißschuh
thomas.weissschuh at linutronix.de
Wed Aug 7 11:02:20 CEST 2024
--nesting is not needed anymore and a NOOP.
While it is still valid to use,
stop mentioning it in the documentation.
Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
bash-completion | 2 +-
docs/elbe-initvm.rst | 4 ----
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/bash-completion b/bash-completion
index a0824c9c79c5..3682917fc60c 100644
--- a/bash-completion
+++ b/bash-completion
@@ -125,7 +125,7 @@ _cmd_args_completion_elbe()
file_arg=true
disable_space=true
cmd_opt=$(_elbe_cmd_with_options '-h --help --skip-validation --directory= --cdrom= --buildtype= \
- --debug --nesting --skip-build-bin --skip-build-sources')
+ --debug --skip-build-bin --skip-build-sources')
;;
initvm)
cmd_opt=$(_elbe_subcmd_with_opt 'attach create ensure start stop submit sync')
diff --git a/docs/elbe-initvm.rst b/docs/elbe-initvm.rst
index 5965ab373794..1fceda465221 100644
--- a/docs/elbe-initvm.rst
+++ b/docs/elbe-initvm.rst
@@ -62,10 +62,6 @@ OPTIONS
--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.
--
2.46.0
More information about the elbe-devel
mailing list