summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | When requesting koan specific data, reload the server contents to ensure we ↵Michael DeHaan2008-12-082-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | have the latest.
| | * | | | | Modify Justin's patch so that we also try to SSL-connect to non-proxied ↵Michael DeHaan2008-12-031-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ports if needed, however unlikely.
| | * | | | | Apply Justin's patch to allow koan to tolerate sslified ports. Updated ↵Michael DeHaan2008-12-032-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | changelog.
| | * | | | | Add Justin to authorsMichael DeHaan2008-12-031-0/+1
| | | | | | |
| | * | | | | Fix typoMichael DeHaan2008-11-241-1/+1
| | | | | | |
| | * | | | | Make koan require cobbler 1.3 or later and change the field used for the ↵Michael DeHaan2008-11-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | --static-interface option
| | * | | | | release bumpMichael DeHaan2008-11-142-2/+5
| | | | | | |
| | * | | | | ksdevice=bootif only works for PXE so replace it with ksdevice=link to ↵Michael DeHaan2008-11-132-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prevent that class of errors when doing --replace-self with multiple interfaces or VMs with multiple interfaces
| | * | | | | update changelogMichael DeHaan2008-11-121-0/+1
| | | | | | |
| | * | | | | Modified version of James Laska's "use environment variable for cobbler ↵Michael DeHaan2008-11-121-11/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | server address" plus also making --list=profiles work again
| | * | | | | Add Bryan to authorsMichael DeHaan2008-11-111-0/+1
| | | | | | |
| | * | | | | update changelogMichael DeHaan2008-11-111-0/+2
| | | | | | |
| | * | | | | BK's patch to add imagecreator.pyMichael DeHaan2008-11-115-8/+192
| | | | | | |
| | * | | | | James Laska's patch to add ppc and s390 support to koan.Michael DeHaan2008-11-111-10/+29
| | | | | | |
| | * | | | | Apply James Laska's removal of ExcludeArch ppc, since we don't need syslinux ↵Michael DeHaan2008-11-112-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | anymore
| | * | | | | Not sure why we need syslinux in the specfile.Michael DeHaan2008-11-111-1/+0
| | | | | | |
| | * | | | | FormattingMichael DeHaan2008-11-101-2/+1
| | | | | | |
| | * | | | | update changelogMichael DeHaan2008-11-101-1/+2
| | | | | | |
| | * | | | | Add Scott Dodson's patch to make koan's LVM code tolerate volume group namesMichael DeHaan2008-11-102-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | that contain hyphens.
| | * | | | | Remove duplicate bridge settingMichael DeHaan2008-11-101-1/+1
| | | | | | |
| | * | | | | Fix typo in manpageMichael DeHaan2008-10-311-1/+1
| | | | | | |
| | * | | | | Added Charles Duffy to AUTHORSMichael DeHaan2008-10-171-0/+1
| | | | | | |
| | * | | | | Added details about busybox support to changelogMichael DeHaan2008-10-171-0/+1
| | | | | | |
| | * | | | | Merge branch 'cduffy_embed' into develMichael DeHaan2008-10-173-17/+56
| | |\ \ \ \ \
| | | * | | | | Added changelog for kexec feature + manpage detailsMichael DeHaan2008-10-172-1/+5
| | | | | | | |
| | | * | | | | Don't print kexec as that's not a cobbler parameter (yet?)Michael DeHaan2008-10-171-1/+1
| | | | | | | |
| | | * | | | | Merge branch 'cduffy_kexec' into cduffy_embedMichael DeHaan2008-10-171-4/+43
| | | |\ \ \ \ \
| | | | * | | | | add kexec support (#223)Charles Duffy2008-10-161-4/+43
| | | | | | | | |
| | | * | | | | | cleanup insert.sh: pass backticks through, avoid breakage when cpio -i ↵Charles Duffy2008-10-161-11/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | writes to stdout
| | | * | | | | | use cpio options compatible with busyboxCharles Duffy2008-10-161-1/+1
| | | | | | | | |
| | | * | | | | | remove dependency on /usr/bin/fileCharles Duffy2008-10-161-2/+1
| | | |/ / / / /
| | * / / / / / Only download config files with absolute paths, freeing up other uses of the ↵Michael DeHaan2008-10-151-1/+5
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | template mechanism with no destination set
| | * | | | | update changelogroot2008-10-131-0/+4
| | | | | | |
| | * | | | | Added documentation about --static-interface to koan.podMichael DeHaan2008-10-131-10/+12
| | | | | | |
| | * | | | | Merge jcapel's --static-interface patchMichael DeHaan2008-10-131-0/+1
| | | | | | |
| | * | | | | Moved the static_interface bits to after breaking down kextra into a ↵Jasper Capel2008-10-081-22/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | dictionary so ksdevice doesn't get overwritten.
| | * | | | | Added static_interface parameter to allow for replace-self / xenpv installs ↵Jasper Capel2008-10-081-1/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | without DHCP.
| | * | | | | Initial version for --update-files in Koan to allow koan to be used to ↵Michael DeHaan2008-10-071-3/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | update files from a cobbler controlled lightweight config management system
| | * | | | | fix for https://fedorahosted.org/cobbler/ticket/241 where a bridge setting ↵Michael DeHaan2008-10-022-8/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for Xen if specified on the koan command line (not on the server) was ignored for system based installs
| * | | | | | Remove other duplicate bridgeMichael DeHaan2008-11-101-1/+1
| | | | | | |
| * | | | | | Amend changelog order and update versions for next release, when that happensMichael DeHaan2008-10-023-3/+8
| | | | | | |
| * | | | | | fix for https://fedorahosted.org/cobbler/ticket/241 where a bridge setting ↵Michael DeHaan2008-10-022-8/+18
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for Xen if specified on the koan command line (not on the server) was ignored for system based installs
| * | | | | Release bumpMichael DeHaan2008-09-263-4/+4
| | | | | |
| * | | | | Bugfix, when using --replace-self, reference the kickstart file embedded in ↵Michael DeHaan2008-09-184-43/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the initrd, not the external one over HTTP, as this places nicer for non-DHCP scenarios or when there are DHCP timeouts prior to Anaconda's final stage.
| * | | | | Release bump for 1.2.0Michael DeHaan2008-08-293-10/+6
| | | | | |
| * | | | | Teach koan about python-virtinst's set_os_variant functions, which are (in ↵Michael DeHaan2008-08-263-10/+48
| | | | | | | | | | | | | | | | | | | | | | | | some older distributions combined with newer virtinst libraries and qemu, and possibly some image based cases) useful for specifying that different network drivers and such are needed.
| * | | | | Fix up changelogMichael DeHaan2008-08-191-5/+7
| | | | | |
| * | | | | Release bumpMichael DeHaan2008-08-192-4/+7
| | | | | |
| * | | | | Apply patch to make --replace-self be able to work for --breed=suse in cobblerMichael DeHaan2008-08-193-1/+7
| | | | | |
| * | | | | Update koan to get it working on EL3 againMichael DeHaan2008-08-142-6/+9
| | | | | |