From e4ae46029c86512017a2c6c4831b9ecb617fbe41 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Fri, 30 Sep 2022 12:03:20 +0100 Subject: [PATCH] Use --memory instead of deprecated --ram --- roles/home-cli/files/virt-install.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/home-cli/files/virt-install.txt b/roles/home-cli/files/virt-install.txt index 7ef0443..9ce7c0b 100644 --- a/roles/home-cli/files/virt-install.txt +++ b/roles/home-cli/files/virt-install.txt @@ -33,7 +33,7 @@ Creating the VM The disk will be created in the default location, which is normally /var/lib/libvirt/images. To change this, add "path=/path/file.qcow2" to the "--disk" option. Specify the size by adding "size=20" for a - 20 GB disk. + 20 GB disk. Tips @@ -41,8 +41,8 @@ Tips For a virtio network card on Windows machines, add "model=virtio" to the --network option. - Other useful options are "--ram 4096" for 4 GB RAM, and "--vcpus 2" - for a dual-CPU guest. + Other useful options are "--memory 4096" for 4 GB RAM, and + "--vcpus 2" for a dual-CPU guest. A list of supported operating systems can be found by running: