Comment 7 for bug 898840

Revision history for this message
Andres Rodriguez (andreserl) wrote :

Hi Michael,

As part of orchestra, we do have our own preseeds and snippets that might be useful to push upstream. This includes the late_command to disable pxe as a snippet [1], [2]. The enlistment thing for default is orchestra (deprecated) only, which doesn't really affect cobbler.

If you are interested in merging all the amount of patches we have to make cobbler fully functional in ubuntu, I'll be more than happy to help.

Best regards.

[1]: http://bazaar.launchpad.net/~orchestra/orchestra/trunk/view/head:/provisioning-server/var/lib/cobbler/snippets/orchestra_disable_pxe
[2]: http://bazaar.launchpad.net/~orchestra/orchestra/trunk/view/head:/provisioning-server/var/lib/cobbler/kickstarts/orchestra.preseed

# Post scripts. Executes late command and disables PXE
d-i preseed/late_command string true && \
    $SNIPPET('orchestra_rsyslog_obtain_keys') && \
    $SNIPPET('orchestra_disable_pxe') && \
    true