On Wed, Mar 6, 2013 at 8:52 AM, Sarakaitis, Eric <
eric.sarakai...@cbts.cinbell.com> wrote:

> I have a new kickstart I'm developing for ESXi deployment, but I'm having
> problems getting the networking snippet to work.
>
> System kickstart output -
> # Error: no snippet data for network_config_esxi
>
>
> accepteula
> install --firstdisk --overwritevmfs
> rootpw vmware123
> reboot
>
> %pre --interpreter=busybox
>
> %firstboot --interpreter=busybox
> Kickstart:
>
> $SNIPPET(' network_config_esxi')
> accepteula
> install --firstdisk --overwritevmfs
> rootpw vmware123
> reboot
>
> %pre --interpreter=busybox
>
> %firstboot --interpreter=busybox
>
> Anyone have any experience with this?


Does the file /var/lib/cobbler/snippets/network_config_esxi exist? Snippets
must be in a directory (or subdir) of /var/lib/cobbler/snippets.
_______________________________________________
cobbler mailing list
cobbler@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/cobbler

Reply via email to