You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a libvirtd supported container available ? If not, can someone please help me with the qemu-kvm equivalent command for the below virt-install command so that I can create automated installation of VM inside the KVM CentOS container ?
Is there a libvirtd supported container available ? If not, can someone please help me with the qemu-kvm equivalent command for the below virt-install command so that I can create automated installation of VM inside the KVM CentOS container ?
virt-install --location http://download.eng.bos.redhat.com/released/RHEL-7/7.6/Server/x86_64/os/
--disk /var/tmp/install$1.img,size=10,format=raw
--os-variant rhel7.6
--initrd-inject ./ks.cfg
--extra-args="ks=file:/ks.cfg"
--vcpus 2
--memory 2048
--noreboot
--name azure-install-$1
--channel tcp,host=127.0.0.1:6080,mode=connect,target_type=virtio,name=org.fedoraproject.anaconda.log.0
The text was updated successfully, but these errors were encountered: