On Wed, Mar 6, 2013 at 9:44 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">
Do you put that like this?<br>
<br>
$SNIPPET(&#39;kickstart_start&#39;)<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>
$SNIPPET(&#39;kickstart_done&#39;)<br></blockquote><div><br></div><div>No, the kickstart_start snippet needs to go in the %pre section, and the kickstart_done snippet needs to go in the %post section (typically the last entry). Check the sample_end.ks that ships with cobbler to see how we do it by default. </div>
</div>