From 6d6082d62d7e5fdc4014455a09316de9e36b6786 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 19 Mar 2007 18:56:59 -0400 Subject: Most of these diffs come from directory reorg/cleanup, though the main feature here is the start of a better --import command that creates significantly shorter paths and can work more reliably on mounted DVD images (losetup or otherwise). Detection of kickstarts based on paths needs to be augmented by additional means for this to really work. However, changes going in here (and still more to come) result in cleaner names for imported profiles, and substantially shorter kernel option command lines, which is needed to keep under the 255 limit. There is also some work here going in to template out all of the files for PXE, reducing the amount of code in action_sync and also making PXE setups much more customizable (menu choices, titles, random parameters, ipappend 2, etc) without patching the source. "tree" on import is also attached now to the distro, not the profile. So, whew, that's a lot. --- MANIFEST.in | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index dda3c0e..0f03e0e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,14 +1,16 @@ -include COPYING_ELILO -include elilo-3.6-ia64.efi -include dhcp.template -include kickstart_fc5.ks -include kickstart_fc6.ks -include kickstart_fc6_domU.ks -include default.ks -include default.pxe -include cobbler.1.gz +include loaders/COPYING_ELILO +include loaders/elilo-3.6-ia64.efi +include loaders/menu.c32 +include templates/dhcp.template +include templates/pxeprofile.template +include templates/pxedefault.template +include templates/pxesystem.template +include kickstarts/kickstart_fc5.ks +include kickstarts/kickstart_fc6.ks +include kickstarts/kickstart_fc6_domU.ks +include kickstarts/default.ks +include docs/cobbler.1.gz include COPYING AUTHORS README CHANGELOG NEWS -include rsync.exclude -include watcher.py -include cobblersyslogd -include menu.c32 +include templates/rsync.exclude +include scripts/watcher.py +include scripts/cobblersyslogd -- cgit