2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2024-06-30 18:29:51 +00:00
d2vm/virtinst

7 lines
198 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
IMG=${1:-disk0.qcow2}
virt-install --disk $IMG --import --memory 4096 --vcpus 4 --nographics --cpu host --channel unix,target.type=virtio,target.name='org.qemu.guest_agent.0'