Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save niedbalski/d71defd9ffd19cb7f59e0f9e6f5aa349 to your computer and use it in GitHub Desktop.

Select an option

Save niedbalski/d71defd9ffd19cb7f59e0f9e6f5aa349 to your computer and use it in GitHub Desktop.
Create ISO libvirt
size=$(stat -Lc%s centos.iso)
virsh vol-create-as default centos $size --format raw
virsh vol-upload --pool default centos centos.iso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment