[cobbler] Kistart done stanza - not expanding

James Cammarata jimi at sngx.net
Wed Mar 6 16:09:18 UTC 2013


On Wed, Mar 6, 2013 at 9:44 AM, Sarakaitis, Eric <
Eric.Sarakaitis at cbts.cinbell.com> wrote:

> Do you put that like this?
>
> $SNIPPET('kickstart_start')
> $SNIPPET('network_config_esxi')
> accepteula
> install --firstdisk --overwritevmfs
> rootpw vmware123
> reboot
>
> %pre --interpreter=busybox
>
> %firstboot --interpreter=busybox
> $SNIPPET('kickstart_done')
>

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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.fedorahosted.org/pipermail/cobbler/attachments/20130306/77f42b39/attachment.html>


More information about the cobbler mailing list