From 69cefd31ad6e82ad0d9ca52ca483288b57a5cf85 Mon Sep 17 00:00:00 2001 From: Dmitri Popov Date: Thu, 1 Feb 2024 14:30:31 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Daria Vladykina --- xml/art_minimal-vm.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/xml/art_minimal-vm.xml b/xml/art_minimal-vm.xml index 8268bdfe7b..58bc606a55 100644 --- a/xml/art_minimal-vm.xml +++ b/xml/art_minimal-vm.xml @@ -49,7 +49,7 @@ &minvm; is delivered as preconfigured and ready-to-run virtual machine images. The system comes with the &jeosfirstboot; - 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. @@ -110,7 +110,7 @@ &minvm; comes with the &jeosfirstboot; 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. The default network configuration is set to use DHCP, and the system @@ -150,7 +150,7 @@ - The &jeosfirstboot;, jeos-licenses, and live-langset-data 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 &jeosfirstboot;, jeos-licenses and live-langset-data 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. @@ -551,7 +551,7 @@ runcmd: Select the created storage pool, click the Browse Local button, and select the &minvm; qcow2 - image. Specify the correct operating system in the Choose the operating system your are installing field, and click Forward. + image. Specify the correct operating system in the Choose the operating system you are installing field, and click Forward. @@ -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. - To trigger &combustion; tool in &kvm;, use the qemu command with the fw_cfg parameter that specifies the location of the script file. + To trigger the &combustion; tool in &kvm;, use the qemu command with the fw_cfg parameter that specifies the location of the script file. 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;. @@ -670,7 +670,7 @@ runcmd: echo 'root:$5$.wn2BZHlEJ5R3B1C$TAHEchlU.h2tvfOpOki54NaHpGYKwdNhjaBuSpDotD7' | chpasswd -e - Run a new vistual machine based on &minvm; in &qemu; using the following command (replace IMAGE and SCRIPT with the pathname of the .qcow2 image and the script file): + Run a new virtual machine based on &minvm; in &qemu; using the following command (replace IMAGE and SCRIPT with the path name of the .qcow2 image and the script file): &prompt.user;qemu-system-x86_64 \ -enable-kvm \