[elbe-devel] [PATCH v1 2/2] docs quickstart.txt: re-structure initvm creation section
Holger Dengler
dengler at linutronix.de
Tue Jun 16 11:37:51 CEST 2020
The section about the creation of an initvm has been re-structured:
- use common emphasis for initvm
- use common description for required debian distribution
- move preparation commands to a code block
- move the create command description in front of the code block
Signed-off-by: Holger Dengler <dengler at linutronix.de>
---
docs/quickstart.txt | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/quickstart.txt b/docs/quickstart.txt
index d1bbcca2..d212d716 100644
--- a/docs/quickstart.txt
+++ b/docs/quickstart.txt
@@ -79,17 +79,21 @@ Create initvm and submit XML files
The first thing you need to do is set up a virtual-machine for
generating root-filesystems.
-This virtual-machine is referred to as "initvm". You will want your
+This virtual-machine is referred to as `initvm`. You will want your
initvm to be the same architecture as your workstation. This allows
using hardware accelerated virtualization implemented by kvm.
In order to be able to work with virtual machines as a regular user,
that user needs to be added to libvirt groups:
-For Debian/stretch, buster, and newer:
+For Debian 9 (Stretch) or newer, run (as root):
+--------------------------------------------------------
$ adduser <youruser> libvirt
$ adduser <youruser> libvirt-qemu
+--------------------------------------------------------
+
+Now create an `initvm` subdirectory and builds the initvm inside this directory.
-------------------------------------------------------------------------------
$ elbe initvm create
@@ -114,12 +118,8 @@ Requesting system reboot
mkdir -p .stamps
touch .stamps/stamp-install-initial-image
*****
-
-------------------------------------------------------------------------------
-
-This creates an "initvm" subdirectory and builds the initvm inside this directory.
-
Submitting an XML file
----------------------
--
2.27.0
More information about the elbe-devel
mailing list