Skip to content

Instantly share code, notes, and snippets.

@parkervcp
Last active March 27, 2020 17:37
Show Gist options
  • Save parkervcp/d2dafb268270eb53860da413f92196d7 to your computer and use it in GitHub Desktop.
Save parkervcp/d2dafb268270eb53860da413f92196d7 to your computer and use it in GitHub Desktop.
sudo virt-install \
-n broadcast0 \
--description "OBS broadcast VM" \
--os-type=Linux \
--os-variant=ubuntu18.04 \
--ram=32768 \
--vcpus=20 \
--disk path=/gluster/cached0/brick/vms/broadcast0.qcow2,bus=virtio,size=64 \
--graphics none \
--location http://gb.archive.ubuntu.com/ubuntu/dists/bionic/main/installer-amd64/ \
--network type=direct,source=virbr0.21,model=virtio \
-x "console=tty0 console=ttyS0,115200n8"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment