Created
February 17, 2021 09:22
-
-
Save jamesdube/17e096f24d3e5b5eed5fc0ddeb6a7288 to your computer and use it in GitHub Desktop.
Create KVM VM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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