Difference between revisions of "Kvm"

From In The Wings
Jump to navigation Jump to search
(Created page with "=Initial Command= * virt-install -n gentoo --description "Test Gentoo" --os-type=Linux --os-variant=virtio26 --ram=8192 --vcpus=4 --disk path=/ufrc/ufhpc/jakers/vm/gentoo.img,...")
 
 
Line 1: Line 1:
 
=Initial Command=
 
=Initial Command=
 
* virt-install -n gentoo --description "Test Gentoo" --os-type=Linux --os-variant=virtio26 --ram=8192 --vcpus=4 --disk path=/ufrc/ufhpc/jakers/vm/gentoo.img,bus=virtio --graphics vnc,port=-1,listen='0.0.0.0' --cdrom /ufrc/ufhpc/jakers/gentoo-install-amd64-minimal-20180916.iso --network bridge:virbr0
 
* virt-install -n gentoo --description "Test Gentoo" --os-type=Linux --os-variant=virtio26 --ram=8192 --vcpus=4 --disk path=/ufrc/ufhpc/jakers/vm/gentoo.img,bus=virtio --graphics vnc,port=-1,listen='0.0.0.0' --cdrom /ufrc/ufhpc/jakers/gentoo-install-amd64-minimal-20180916.iso --network bridge:virbr0
 +
==Helpful Subcommands==
 +
===List OS Variants===
 +
* osinfo-query os

Latest revision as of 17:07, 2 October 2018

Initial Command

  • virt-install -n gentoo --description "Test Gentoo" --os-type=Linux --os-variant=virtio26 --ram=8192 --vcpus=4 --disk path=/ufrc/ufhpc/jakers/vm/gentoo.img,bus=virtio --graphics vnc,port=-1,listen='0.0.0.0' --cdrom /ufrc/ufhpc/jakers/gentoo-install-amd64-minimal-20180916.iso --network bridge:virbr0

Helpful Subcommands

List OS Variants

  • osinfo-query os