summaryrefslogtreecommitdiffstats
path: root/snippets
Commit message (Collapse)AuthorAgeFilesLines
* Added %post logging snippet, and give the %pre logging snippet a better name.Jasper Capel2009-03-122-0/+2
|
* Added a snippet to log what's happening during %pre.Jasper Capel2009-03-121-0/+12
|
* Teach keep_ssh_host_keys about LVMJasper Capel2009-03-121-1/+36
|
* Rename anamon.py -> anamonJames Laska2009-03-092-5/+5
|
* Fixed pre_install_network_config, treat $static as boolean now.Jasper Capel2009-03-051-2/+2
|
* $static was changed to boolean, fix rendering of the snippetJasper Capel2009-03-051-3/+3
|
* Some changes to cobbler registrationMichael DeHaan2009-03-041-1/+1
|
* Add registration snippet to cobbler. (XMLRPC backend code for this still ↵Michael DeHaan2009-03-041-0/+13
| | | | pending)
* Update s390 reboot snippet. Now produces a consistent reboot experience on ↵James Laska2009-03-031-7/+64
| | | | RHEL4 and RHEL5 zVM guests installs.
* Set hostname correctly during %postJasper Capel2009-02-271-0/+3
|
* don't add DNS entries to ifcfg-* for slave interfacesDave Hatton2009-02-251-4/+7
|
* specific code to add nameservers to /etc/resolv.confDave Hatton2009-02-251-0/+8
|
* move name server search path code outside of main loopDave Hatton2009-02-251-10/+12
|
* Anaconda doesn't seem to honor nameservers consistently, set it manually ↵Michael DeHaan2009-02-241-2/+2
| | | | (jcapel)
* Anaconda didn't seem to honour --hostname on "network" statements for DHCP, ↵Jasper Capel2009-02-241-2/+11
| | | | | | at least on EL5. This patch sets the hostname in /etc/sysconfig/network explicitly during post_install_network_config.
* Use nameserver when set in Anaconda config (Ruben Kerkhof)Michael DeHaan2009-02-241-0/+4
|
* A SNIPPET that allows RHEL4 and older distros to reboot properly after installJames Laska2009-02-201-0/+10
|
* Minor tweaks to post_anamon scriptJames Laska2009-02-101-6/+5
|
* Add missing file (Jeff S.)Michael DeHaan2009-02-061-0/+44
|
* Fix for func integration snippet.Michael DeHaan2009-02-061-2/+11
|
* Two patches from Dave Hatton, (1) sort the order of systems and profiles ↵Michael DeHaan2009-02-061-0/+1
| | | | | | during buildiso. (2) Ensure that directories are created when using the template files feature.
* Simon's patch to fix network snippet.Michael DeHaan2009-02-061-1/+1
|
* Dave Hatton's patch to add a name servers search path to Cobbler.Michael DeHaan2009-02-061-0/+8
|
* Fix typoMichael DeHaan2009-01-261-1/+1
|
* Apply fix for variable naming also to devel branch (Dave Hatton)Michael DeHaan2009-01-261-1/+1
|
* Use absolute file paths. Setup and configure anamon initscript for ↵James Laska2009-01-221-11/+19
| | | | post-install boot notification.
* Use absolute file pathsJames Laska2009-01-221-3/+2
|
* Added new fileMichael DeHaan2009-01-131-0/+16
|
* Remove ; after thenMichael DeHaan2009-01-061-3/+3
|
* Merge branch 'master' into develMichael DeHaan2009-01-051-4/+4
|\ | | | | | | | | | | Conflicts: snippets/post_install_network_config
| * Fix modprobe.conf bash check code in network snippetMichael DeHaan2009-01-051-4/+4
| |
* | Fix typo's causing %post to failJames Laska2008-12-191-4/+4
| |
* | Merge commit 'origin/devel' into develJames Laska2008-12-171-2/+2
|\| | | | | | | | | Conflicts: kickstarts/sample.ks
| * Move snippet comments aroundroot2008-12-171-2/+2
| |
* | Merge commit 'origin/devel' into develJames Laska2008-12-175-161/+58
|\|
| * Remove more whitespace from snippetsroot2008-12-174-17/+0
| |
| * More snippet reformattingMichael DeHaan2008-12-171-1/+1
| |
| * Remove pre-spacing from snippet now to make the output more readableMichael DeHaan2008-12-171-56/+56
| |
| * Remove spacing in network config lines to make things more readableMichael DeHaan2008-12-171-87/+1
| |
* | Merge commit 'origin/devel' into develJames Laska2008-12-171-1/+9
|\|
| * Don't mess with modprobe.conf when it doesn't existMichael DeHaan2008-12-171-1/+9
| |
* | Merge commit 'origin/devel' into develJames Laska2008-12-161-1/+1
|\|
| * Mike McCune's patch to fix the redhat_register snippetMichael DeHaan2008-12-151-1/+1
| |
* | Merge commit 'origin/devel' into develJames Laska2008-12-121-0/+7
|\|
| * use nameserver in all cases if definedMichael DeHaan2008-12-121-6/+7
| |
| * Add nameservers to ifcfgMichael DeHaan2008-12-121-0/+6
| |
* | Merge commit 'origin/devel' into develJames Laska2008-12-121-0/+18
|\| | | | | | | | | | | Conflicts: cobbler.spec setup.py
| * Don't attempt registration if no key is set.Michael DeHaan2008-12-111-1/+1
| |
| * add RHN/Satellite/Spacewalk registration snippet and underlying supportMichael DeHaan2008-12-111-0/+18
| | | | | | | | (webui pending)
* | Provide the --server and --port using the pre_anamon snippetJames Laska2008-12-111-1/+1
| |