Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Daria Vladykina <daria.vladykina@suse.com>
  • Loading branch information
dmpop and dariavladykina authored Feb 1, 2024
1 parent 3127add commit 69cefd3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions xml/art_minimal-vm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<para>
&minvm; is delivered as preconfigured and ready-to-run virtual machine
images. The system comes with the <systemitem>&jeosfirstboot;</systemitem>
wizard for configuring system locales and the root password during the first
wizard for configuring system locales and the &rootuser; password during the first
boot. &minvm; ships with the SSH server enabled and excluded from the
firewall configuration. The supplied &kiwi; templates make it possible to
create customized &minvm; images.
Expand Down Expand Up @@ -110,7 +110,7 @@
<para>
&minvm; comes with the <package>&jeosfirstboot;</package> tool, which can
be used to configure basic settings during the first boot. This includes
keyboard layout and language, time zone, and root password.
keyboard layout and language, time zone, and &rootuser; password.
</para>
<para>
The default network configuration is set to use DHCP, and the system
Expand Down Expand Up @@ -150,7 +150,7 @@
</para>
<note>
<para>
The <package>&jeosfirstboot;</package>, <package>jeos-licenses</package>, and <package>live-langset-data</package> receive updates only if the Development Tools Module is enabled. However, these packages are not essential for running &minvm; instances, so they can be removed or left untouched.
The <package>&jeosfirstboot;</package>, <package>jeos-licenses</package> and <package>live-langset-data</package> packages receive updates only if the Development Tools Module is enabled. However, these packages are not essential for running &minvm; instances, so they can be removed or left untouched.
</para>
</note>
</listitem>
Expand Down Expand Up @@ -551,7 +551,7 @@ runcmd:
<step>
<para>
Select the created storage pool, click the <guimenu>Browse Local</guimenu> button, and select the &minvm; qcow2
image. Specify the correct operating system in the <guimenu>Choose the operating system your are installing</guimenu> field, and click <guimenu>Forward</guimenu>.
image. Specify the correct operating system in the <guimenu>Choose the operating system you are installing</guimenu> field, and click <guimenu>Forward</guimenu>.
</para>
</step>
<step>
Expand Down Expand Up @@ -660,7 +660,7 @@ runcmd:
&minvm; comes with the &combustion; configuration tool that makes it possible to configure the system on first boot using a dedicated script file. Using &combustion; instead of &jeosfirstboot; allows you to automatically apply identical configuration to multiple &minvm; instances.
</para>
<para>
To trigger &combustion; tool in &kvm;, use the <command>qemu</command> command with the <parameter>fw_cfg</parameter> parameter that specifies the location of the <filename>script</filename> file.
To trigger the &combustion; tool in &kvm;, use the <command>qemu</command> command with the <parameter>fw_cfg</parameter> parameter that specifies the location of the <filename>script</filename> file.
</para>
<para>
To see how this works in practice, you can use a simple &combustion; script that automatically adds the &rootuser; user to the &minvm; instance running in &qemu;.
Expand All @@ -670,7 +670,7 @@ runcmd:
</para>
<screen>echo 'root:$5$.wn2BZHlEJ5R3B1C$TAHEchlU.h2tvfOpOki54NaHpGYKwdNhjaBuSpDotD7' | chpasswd -e</screen>
<para>
Run a new vistual machine based on &minvm; in &qemu; using the following command (replace <replaceable>IMAGE</replaceable> and <replaceable>SCRIPT</replaceable> with the pathname of the <filename>.qcow2</filename> image and the <filename>script</filename> file):
Run a new virtual machine based on &minvm; in &qemu; using the following command (replace <replaceable>IMAGE</replaceable> and <replaceable>SCRIPT</replaceable> with the path name of the <filename>.qcow2</filename> image and the <filename>script</filename> file):
</para>
<screen>&prompt.user;qemu-system-x86_64 \
-enable-kvm \
Expand Down

0 comments on commit 69cefd3

Please sign in to comment.