#53 Updated proc_creating-virtual-machines.adoc
Merged 5 years ago by mayorga. Opened 5 years ago by porfiriopaiz.
fedora-docs/ porfiriopaiz/quick-docs master  into  master

* --os-variant fedora27 points to fedora28
Porfirio A. Páiz Carrasco • 5 years ago  
@@ -81,7 +81,7 @@ 

  --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 @@ 

  

  [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`.

  • --os-variant fedora27 points to fedora28
  • Removes note about --os-variant as it is fixed.

Pull-Request has been merged by mayorga

5 years ago
Metadata