Creating kvm instance remotely

Gordon Messmer gordon.messmer at gmail.com
Wed Jul 22 23:54:41 UTC 2015


On 07/22/2015 04:12 PM, Alex wrote:
> # virt-install --name demo --hvm --memory 1024 --virt-type kvm \
>          -x "ks=/var/lib/libvirt/images/anaconda-ks.cfg" \

https://rhinstaller.github.io/anaconda/boot-options.html#inst-repo

The kickstart location is read by the operating system inside the VM.  
It doesn't have access to the filesystem of the KVM host. You'll 
probably put the kickstart file in a network accessible location, like 
an HTTP server.


More information about the users mailing list