From 54d54a77c56f0f1e2e5c33a059469beaf54ffaff Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Fri, 30 Sep 2022 11:59:27 +0100 Subject: [PATCH] Move Tips header up --- 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 7731da4..7ef0443 100644 --- a/roles/home-cli/files/virt-install.txt +++ b/roles/home-cli/files/virt-install.txt @@ -35,15 +35,15 @@ Creating the VM to the "--disk" option. Specify the size by adding "size=20" for a 20 GB disk. + +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. - -Tips - A list of supported operating systems can be found by running: virt-install --osinfo list