Creating kvm instance remotely

Alex mysqlstudent at gmail.com
Thu Jul 23 15:25:46 UTC 2015


Hi,

>> # 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.

That was it, thanks so much.

Still have some work to do to fully understand how the networking
works, but I did manage to make it install...


More information about the users mailing list