We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I only see CentOS-8-x86_64-Azure.ks inside cloudimg folder. Where is the kickstart file for other variants? Looking for Generic cloud version.
Also did anyone manage to leverage CentOS-8-GenericCloud-8.1.1911-20200113.3.x86_64.qcow2 images on ESX or VSphere ??
Ref: https://cloud.centos.org/centos/8/x86_64/images/
I used followings to convert the format but VM it hangs on boot with message "probing edd (edd=off to disable)... ok"
qemu-img convert -f qcow2 -O vmdk -o subformat=streamOptimized CentOS-8-GenericCloud-8.1.1911-20200113.3.x86_64.qcow2 CentOS-8-GenericCloud-8.1.1911-20200113.3.x86_64.vmdk govc datastore.upload tmpl/CentOS-8-GenericCloud-8.1.1911-20200113.3.x86_64.vmdk disc/centos8-tmpl.vmdk vmkfstools -i disc/centos8-tmpl.vmdk centos8-tmpl/centos8-tmpl.vmdk -d thin [on esx] govc vm.disk.attach -disk centos8-tmpl/centos8-tmpl.vmdk -vm centos8-tmpl
The text was updated successfully, but these errors were encountered:
Found it. https://git.centos.org/centos/kickstarts/blob/master/f/CentOS-8-GenericCloud.ks
Sorry, something went wrong.
No branches or pull requests
I only see CentOS-8-x86_64-Azure.ks inside cloudimg folder. Where is the kickstart file for other variants? Looking for Generic cloud version.
Also did anyone manage to leverage CentOS-8-GenericCloud-8.1.1911-20200113.3.x86_64.qcow2 images on ESX or VSphere ??
Ref: https://cloud.centos.org/centos/8/x86_64/images/
I used followings to convert the format but VM it hangs on boot with message "probing edd (edd=off to disable)... ok"
The text was updated successfully, but these errors were encountered: