* --os-variant fedora27 points to fedora28

* Removes note about --os-variant as it is fixed.
This commit is contained in:
Porfirio A. Páiz Carrasco 2018-06-04 00:04:34 -06:00
parent d89c2c09bf
commit a1ec819cf1

View file

@ -81,7 +81,7 @@ Finally, run the virt-install command using the following format (adjusting para
--vcpus 2 \ --vcpus 2 \
--disk path=/var/lib/libvirt/images/Fedora-Workstation-28/Fedora-Workstation-28-20180518.0.x86_64.qcow2,size=20 \ --disk path=/var/lib/libvirt/images/Fedora-Workstation-28/Fedora-Workstation-28-20180518.0.x86_64.qcow2,size=20 \
--os-type linux \ --os-type linux \
--os-variant fedora27 \ --os-variant fedora28 \
--network bridge=virbr0 \ --network bridge=virbr0 \
--graphics vnc,listen=127.0.0.1,port=5901 \ --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 \ --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]
==== ====
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`. `virt-install` can use kickstart files, for example, `virt-install -x ks=kickstart-file-name.ks`.