On Wed, Mar 6, 2013 at 8:52 AM, Sarakaitis, Eric <span dir="ltr">&lt;<a href="mailto:Eric.Sarakaitis@cbts.cinbell.com" target="_blank">Eric.Sarakaitis@cbts.cinbell.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I have a new kickstart I&#39;m developing for ESXi deployment, but I&#39;m having problems getting the networking snippet to work.<br>
<br>
System kickstart output -<br>
# Error: no snippet data for network_config_esxi<br>
<br>
<br>
accepteula<br>
install --firstdisk --overwritevmfs<br>
rootpw vmware123<br>
reboot<br>
<br>
%pre --interpreter=busybox<br>
<br>
%firstboot --interpreter=busybox<br>
Kickstart:<br>
<br>
$SNIPPET(&#39; network_config_esxi&#39;)<br>
accepteula<br>
install --firstdisk --overwritevmfs<br>
rootpw vmware123<br>
reboot<br>
<br>
%pre --interpreter=busybox<br>
<br>
%firstboot --interpreter=busybox<br>
<br>
Anyone have any experience with this?</blockquote><div><br></div><div>Does the file /var/lib/cobbler/snippets/network_config_esxi exist? Snippets must be in a directory (or subdir) of /var/lib/cobbler/snippets. </div></div>