summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* New Makefile from alikinsMichael DeHaan2007-04-131-4/+15
|
* Fixed bug in watcher.py code found in PXE testing, make file now removes ↵Michael DeHaan2007-03-221-0/+1
| | | | pod2man tempfiles.
* Most of these diffs come from directory reorg/cleanup, though the main ↵Michael DeHaan2007-03-191-2/+2
| | | | 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.
* Add html manpage targetMichael DeHaan2006-11-141-0/+1
|
* Correct rpmlint errorsMichael DeHaan2006-06-281-1/+3
|
* Interim checkin while straightening out exceptions. The last_error bit ↵Michael DeHaan2006-05-081-3/+3
| | | | | | | reminded me of the thing I hated most about Microsoft SDK/DDK programming (that being, last_error and inconsistant error handling), so it had to go.
* Make /etc/cobbler.conf be packaged instead of being created, proper handling ↵Michael DeHaan2006-05-051-0/+1
| | | | of parse errors on config files, tweaking unit tests tempfile stuff since sync() test is currently broken by the tempfile changes (why??)
* Merged Michael's changes with mineMihai Ibanescu2006-05-041-10/+12
|
* install will clean first; don't run in subshell, use -f for rm insteadMihai Ibanescu2006-05-041-8/+4
|
* Packaging for cobblerMichael DeHaan2006-05-031-1/+1
|
* Interim commit during packagingMichael DeHaan2006-05-031-3/+16
|
* re-naming bootconf since a grub configurator stole my name this month.Michael DeHaan2006-04-211-4/+4
|
* Take out references to --autodiscover capability in xen-net-install (for now).Michael DeHaan2006-04-181-1/+1
|
* Misc 'TODO' items. This build has been tested somewhat but needs more. Man ↵Michael DeHaan2006-04-061-1/+2
| | | | page now reflects new capabilities and optional parameters, including per-group, per-system, and per-distro kernel parameter customization.
* Intermediate checkin. Working on various TODO features including ↵Michael DeHaan2006-04-061-0/+9
inheritable kernel options, moving kickstarts to URLs, improved listing, etc. This commit breaks some things that will be fixed shortly...