summaryrefslogtreecommitdiffstats
path: root/snippets
Commit message (Collapse)AuthorAgeFilesLines
...
* Added gateway supportJasper Capel2008-11-211-0/+6
|
* Added static route supportJasper Capel2008-11-201-0/+12
|
* Peter Vreman's patch to network config to reflect new field changesMichael DeHaan2008-11-202-16/+4
|
* Merge commit 'jcapel_nl/networking' into develMichael DeHaan2008-11-192-7/+11
|\
| * Stage the new network configuration in a tmp-directory first.Jasper Capel2008-11-191-4/+8
| |
| * Forgot one ifconfig line to fix.Jasper Capel2008-11-191-1/+1
| |
| * Merge branch 'networking' of ↵Jasper Capel2008-11-192-4/+44
| |\ | | | | | | | | | ssh://bender.newnewyork.nl/home/jasper/git/cobbler into networking
| * | Added -a parameter to ifconfig, so we get all interfaces.Jasper Capel2008-11-192-2/+2
| | |
* | | Add a snippet to default kickstarts that sets the cobbler server environment ↵Michael DeHaan2008-11-191-0/+2
| |/ |/| | | | | | | | | variable so machines that cobbler installs do not have to use the --server parameter with koan.
* | Update partition snippets to allow for ia64 and ppc specific partitioning ↵James Laska2008-11-132-4/+44
|/ | | | requirements
* Small cleanup in post_install_network_configJasper Capel2008-11-051-2/+0
|
* Fix in post-install bonding codeJasper Capel2008-11-051-3/+4
|
* Changes to the network_config and pre_install_network_config to add bonding ↵Jasper Capel2008-11-042-4/+23
| | | | support to anaconda. When it encounters a bonding master interface, the networking information will be associated to one of it's slaves.
* Changes to the post_install_network_config to support bonding.Jasper Capel2008-11-041-9/+38
|
* Merge branch 'jcapel_nl_net' into develMichael DeHaan2008-10-162-38/+129
|\
| * Added a pre_install_network_config snippet to generate the networking bits ↵Jasper Capel2008-10-152-38/+129
| | | | | | | | | | | | for Anaconda, by mapping the information from cobbler to physical interfaces as seen by the installer kernel.
* | Require absolute path to download config filesMichael DeHaan2008-10-151-0/+2
| |
* | Fix snippet for download_config_files, misc testing changesMichael DeHaan2008-10-151-1/+1
|/
* Added VLAN support.root2008-10-142-34/+97
|
* Use static variable for post install network setupMichael DeHaan2008-10-131-1/+1
|
* Merge branch 'jcapel_nl_post_network' into develMichael DeHaan2008-10-131-0/+66
|\
| * Picked a nicer name for the post-install network config snippet.Jasper Capel2008-10-111-0/+0
| |
| * Fixed a few minor bugs in post_network_system_configJasper Capel2008-10-111-4/+4
| |
| * Added a post_network_system_config script to go with the generic network ↵Jasper Capel2008-09-241-0/+66
| | | | | | | | interface changes.
* | Streamlined James Cammarata's --template-files patch a bit to not write ↵Michael DeHaan2008-10-065-0/+31
| | | | | | | | | | | | files by default and also to render URLs from the snippet, as opposed to kickgen.py
* | Add func integration feature for easy setup of func minions from cobbler.Michael DeHaan2008-10-012-0/+23
| | | | | | | | Also add missing makefile for the system cloning feature.
* | Reset jquery explorationroot2008-09-241-1/+1
|/
* Applied jeckersb's patch to teach cobbler about an infinite number of ↵Michael DeHaan2008-09-241-27/+26
| | | | | | interfaces, as a consequence the system edit page of the web app is not functional, so we need to rewrite that part.
* added auto network_config snippet, and added --static=0/1 for system objects.Michael DeHaan2008-09-161-0/+41
|
* Apply patch to add --kopts-post which lets you configure the kernel options ↵Michael DeHaan2008-08-191-0/+4
| | | | on installed systems.
* Splitting partition_select snippet into two parts to reduce confusion.Michael DeHaan2008-07-292-0/+13
| | | | These do not include a pre block. Old one still ships for backwards compat.
* User reports in some situations %pre is being executed twice. To me, thisMichael DeHaan2007-08-211-1/+1
| | | | | seems very odd, but this is the reported workaround -- either way, it will not hurt things.
* Added a SNIPPET::foo feature which can do the equivalent of %include in ↵Michael DeHaan2007-07-271-0/+14
kickstart without the need for a wget and http hosting. Snippets live in /var/lib/cobbler/snippets -- Cobbler ships with only one snippet now (as a demo), though users can create as many as they want.