Skip to content

Instantly share code, notes, and snippets.

@jamesdube
Created February 17, 2021 09:22
Show Gist options
  • Save jamesdube/17e096f24d3e5b5eed5fc0ddeb6a7288 to your computer and use it in GitHub Desktop.
Save jamesdube/17e096f24d3e5b5eed5fc0ddeb6a7288 to your computer and use it in GitHub Desktop.
Create KVM VM
sudo virt-install --name=deepin-vm-2 --os-variant="generic" --vcpu=2 --ram=2048 --graphics spice --cdrom=/mnt/data/software/isos/ubuntu-20.04-live-server-amd64.iso --disk size=10,path=/mnt/data/virtual-machines/kvmubu-3 --network bridge=virbr0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment