summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* Revert to previous local boot PXE policyMichael DeHaan2008-05-061-1/+1
|
* Change default PXE behavior for local to "-1" which means next step in bootMichael DeHaan2008-05-051-1/+1
| | | | process as opposed to picking a specific drive.
* Add some missing files and do some more work on dns/dhcp refactoringMichael DeHaan2008-05-022-0/+31
|
* Adjusting the dhcp patch some, prior to moving it all into modules/Michael DeHaan2008-05-021-1/+3
|
* Apply Pablo's patch to add OMAPI support to dhcp config generation.Michael DeHaan2008-05-021-0/+1
|
* Apply iranzo's memtest patchMichael DeHaan2008-04-091-2/+0
|
* update templates to invoke menu.c32 automatically w/ timeout, skipping the ↵Michael DeHaan2008-04-081-2/+6
| | | | step of having to type "menu" at the PXE prompt, which is occasionally a source of user confusion. We can now also do submenus if we want to, now that menu.c32 is updated.
* Working on adding checks for duplicate names/ips/macs to cobblerroot2008-04-041-1/+1
|
* Remove duplicate append.Michael DeHaan2007-06-291-1/+1
|
* Change cobbler code to use /etc/ethers and /var/lib/cobbler/cobbler_hostsMichael DeHaan2007-05-241-5/+7
| | | | | | | | | | | for dnsmasq, only writing minimal contents to /etc/dnsmasq.conf -- basically just tagging the systems with weird arches so they get the right bootloaders. "Cobbler sync" will only need to be run when adding the systems with the weird arches, and others should be dynamic without need to SIGHUP (/sbin/service restart) dnsmasq. In theory :) dnsmasq integration with cobbler is still rather experimental, but looks solid thus far. Have not actually tested any non-pxelinux.0 arches.
* Adding dnsmasq templateMichael DeHaan2007-05-241-0/+18
|
* I reorged this template directory some time ago but apparently cleanupMichael DeHaan2007-04-201-0/+14
| | | | was not checked in.
* Changes cobbler_syslogd to cobblerd, and this new daemon now offers koanMichael DeHaan2007-04-191-14/+0
| | | | | info over XMLRPC, allowing koan to stop needing to grok YAML. Older versions of koan will remain compatible over standard http://.
* cobbler.conf (httpd conf file) should be in version control, alsoMichael DeHaan2007-04-131-0/+14
| | | | bumped release.
* Remove typo from rsync.excludeMichael DeHaan2007-04-021-1/+0
|
* Improvements/fixes to the "DVD import" code so that they know more aboutMichael DeHaan2007-04-021-1/+2
| | | | how to deal with RHEL and in-between builds of Fedora.
* Most of these diffs come from directory reorg/cleanup, though the main ↵Michael DeHaan2007-03-196-0/+68
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.