From a1ec819cf137e23b1cadf0605c26704607449075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Porfirio=20A=2E=20P=C3=A1iz=20Carrasco?= Date: Mon, 4 Jun 2018 00:04:34 -0600 Subject: [PATCH] * --os-variant fedora27 points to fedora28 * Removes note about --os-variant as it is fixed. --- en-US/modules/proc_creating-virtual-machines.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en-US/modules/proc_creating-virtual-machines.adoc b/en-US/modules/proc_creating-virtual-machines.adoc index 04394ce..6704a3e 100644 --- a/en-US/modules/proc_creating-virtual-machines.adoc +++ b/en-US/modules/proc_creating-virtual-machines.adoc @@ -81,7 +81,7 @@ Finally, run the virt-install command using the following format (adjusting para --vcpus 2 \ --disk path=/var/lib/libvirt/images/Fedora-Workstation-28/Fedora-Workstation-28-20180518.0.x86_64.qcow2,size=20 \ --os-type linux \ ---os-variant fedora27 \ +--os-variant fedora28 \ --network bridge=virbr0 \ --graphics vnc,listen=127.0.0.1,port=5901 \ --cdrom /var/lib/libvirt/images/Fedora-Workstation-28/Fedora-Workstation-Live-x86-64-28-1.1.iso \ @@ -90,7 +90,7 @@ Finally, run the virt-install command using the following format (adjusting para [Note] ==== -Note: os-variant fedora27 was used in this example because fedora28 was not yet added at the time of this writing. For the graphics parameter, we're setting the vnc listener to localhost because it's more secure to tunnel your VNC connection through SSH so that you don't expose VNC to everyone with access to the network. +Note: For the graphics parameter, we're setting the vnc listener to localhost because it's more secure to tunnel your VNC connection through SSH so that you don't expose VNC to everyone with access to the network. ==== `virt-install` can use kickstart files, for example, `virt-install -x ks=kickstart-file-name.ks`.