summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix print code.Michael DeHaan2006-12-121-1/+1
|
* Fix mirror URLMichael DeHaan2006-12-121-1/+1
|
* Preliminary support for repo mirroring.Michael DeHaan2006-12-1213-15/+425
|
* Checking in manpage changes.Michael DeHaan2006-12-081-1/+3
|
* Prune rsync mirrors when importing.mdehaan@mdehaan.rdu.redhat.com2006-12-057-5/+24
|
* Don't rsync ISO or PPC content on cobbler import -- saves time and bandwidth.Michael DeHaan2006-12-042-2/+3
|
* Cobbler import should skip ISO's (they are not useful in a kickstart tree) andMichael DeHaan2006-12-041-1/+1
| | | | PPC code (not supported, for now anyway) to save space.
* Pre-release CHANGELOG mods. More to be added later, most likely. Manpage ↵Michael DeHaan2006-12-012-2/+2
| | | | updates don't warrant release yet.
* Made manpage comment in manage_dhcp a bit more obvious in regards to the ↵Michael DeHaan2006-12-011-7/+12
| | | | fact that the dhcpd.conf file would be overwritten.
* Remove angle brackets since they were getting eaten by pod2manMichael DeHaan2006-11-151-10/+10
|
* Updated TODOMichael DeHaan2006-11-151-5/+2
|
* Manpage cleanup (for next release, TBA).Michael DeHaan2006-11-143-2/+8
|
* Manpage fixMichael DeHaan2006-11-141-1/+1
|
* Manpage correction.Michael DeHaan2006-11-141-1/+1
|
* Add html manpage targetMichael DeHaan2006-11-141-0/+1
|
* Minor fix to /tftpboot codeMichael DeHaan2006-11-141-4/+6
|
* During "cobbler sync" only delete certain directories in /tftpboot to ↵Michael DeHaan2006-11-144-10/+21
| | | | | | preserve /tftpboot for other potential uses.
* Updated TODOMichael DeHaan2006-10-301-1/+9
|
* Sorting using English this time.Michael DeHaan2006-10-301-2/+2
|
* Manpage update, added TODO about PXE menus (like RHTS has)Michael DeHaan2006-10-302-0/+22
|
* Long overdue edit to the contributors list.Michael DeHaan2006-10-301-0/+5
|
* Slight tweak to dlutter's upgrade to the default pxe behavior -- use the ↵Michael DeHaan2006-10-301-2/+8
| | | | default.pxe file unless a system has been provided named default -- so this allows "local boot" as the default behavior but allows setting boot-to-profile as a global policy if someone wants to do that.
* Add support for default PXE boots via /etc/cobbler/default.pxe; wrapDavid Lutterkort2006-10-276-4/+36
| | | | | service reloads/restarts so they don't happen in dryrun mode; allow '-n' as an alias for '--dryrun' when syncing.
* Merge 250:d618f20959afDavid Lutterkort2006-10-273-2/+8
|
* Add support for restricting the listing to systems/profiles/distrosDavid Lutterkort2006-10-272-4/+18
|
* Merge 247:06e34f3b1f36David Lutterkort2006-10-263-3/+4
|
* Merge 243:1f764e5dd1ccDavid Lutterkort2006-10-2516-252/+214
|
* Merge latestDavid Lutterkort2006-10-2316-223/+254
|\
| * Enable --pxe-address command line optionDavid Lutterkort2006-10-191-0/+1
| |
* | Changelogs and rev increase for later release (not now).Michael DeHaan2006-10-263-2/+8
| |
* | Remove the vga line from the default kernel params, add "text". No reason ↵Michael DeHaan2006-10-261-1/+1
| | | | | | | | to encounter video issues during install if we don't have to...
* | Updated CHANGELOGMichael DeHaan2006-10-251-0/+1
| |
* | Fix per-system templating work for PXE (reported by Tim Foreman).Michael DeHaan2006-10-251-2/+2
| |
* | Fix bug with kickstart templating (found by Tim Foreman)Michael DeHaan2006-10-251-1/+2
| |
* | Release preparation.Michael DeHaan2006-10-253-2/+14
| |
* | Fix path issue on unit tests (convert slashes to underscores)Michael DeHaan2006-10-251-5/+5
| |
* | Update descriptions.mdehaan@mdehaan.rdu.redhat.com2006-10-253-7/+3
| |
* | Change "Xen" to "virt" to make it more generic.mdehaan@mdehaan.rdu.redhat.com2006-10-257-99/+96
| |
* | Add "virt" aliases to xen commands.mdehaan@mdehaan.rdu.redhat.com2006-10-252-18/+30
| |
* | Add "virt" aliases for commands.Michael DeHaan2006-10-251-2/+3
| |
* | Make rpmlint happier by making default.ks not blank.Michael DeHaan2006-10-241-0/+2
| | | | | | | | Should also cut down on potential bug reports.
* | Clean out NEWS fileMichael DeHaan2006-10-241-78/+1
| |
* | manpage updateMichael DeHaan2006-10-241-1/+1
| |
* | changelog updateMichael DeHaan2006-10-241-0/+3
| |
* | Allow default kickstart to be modified by the user (say they wanted to useMichael DeHaan2006-10-242-19/+28
| | | | | | | | a http url that responded to the source IP, an existing NFS file, ex)
* | Updated manpage.Michael DeHaan2006-10-241-1/+3
| |
* | Cobbler now assigns a default.ks file (which is by default blank) toMichael DeHaan2006-10-246-6/+15
| | | | | | | | | | | | | | | | all profiles created without a kickstart file. This allows kickstarts to be auto-assigned during import if the kickstart guessing code fails, and usually an admin can (if desired) create a good default kickstart. To avoid making the wrong decisions about hard drives, the default.ks file is originally blank.
* | Reload httpd during syncMichael DeHaan2006-10-242-0/+4
| |
* | Fix setup.py versionmdehaan@mdehaan.rdu.redhat.com2006-10-241-1/+1
| |
* | Updated manpage and changelogMichael DeHaan2006-10-243-2/+11
| |