On Mon, Jun 18, 2018 at 11:06 AM, Jorge Sevilla Cedillo
<
jorg...@gmail.com> wrote:
> Hi David,
>
> First of all, thank you for your fast answer.
>
> But I do not know how to apply kernel command-line to the coreos ova image
> for VSphere. Could you help me with it? I would like to do it automatically,
> without keyboard interaction.
I am not familiar with vsphere, so I don't know what kind of interface
it has for changing these settings. The general solution would be to
modify the image's OEM partition to add a grub.cfg flie containing the
line:
set linux_append="$linux_append ip=..."
Thanks.
David