diff options
author | mdehaan@mdehaan.rdu.redhat.com <> | 2006-10-25 11:13:49 -0400 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-10-25 11:13:49 -0400 |
commit | 2fe047aba61e9c76001ea1e1c367e028be43210c (patch) | |
tree | 9ef9824657d09ab62386f41fddccfd2683e6d6ae | |
parent | 118c34bf597c35b60396181a7b3ca79e3c7b2c69 (diff) | |
download | third_party-cobbler-2fe047aba61e9c76001ea1e1c367e028be43210c.tar.gz third_party-cobbler-2fe047aba61e9c76001ea1e1c367e028be43210c.tar.xz third_party-cobbler-2fe047aba61e9c76001ea1e1c367e028be43210c.zip |
Update descriptions.
-rw-r--r-- | CHANGELOG | 2 | ||||
-rw-r--r-- | cobbler.spec | 5 | ||||
-rw-r--r-- | setup.py | 3 |
3 files changed, 3 insertions, 7 deletions
@@ -65,7 +65,7 @@ Cobbler CHANGELOG * Wed Sep 20 2006 - 0.1.1-7 - Split HTTP and TFTP content to seperate directories to enable running in SELinux targetted/enforcing mode. -- Make the Xen MAC address a property of a system, not a profile +- Make the Virt MAC address a property of a system, not a profile - Misc. fixes, mainly along the error path * Fri Sep 15 2006 - 0.1.1-6 diff --git a/cobbler.spec b/cobbler.spec index 42b08a5..d1d64d1 100644 --- a/cobbler.spec +++ b/cobbler.spec @@ -17,10 +17,7 @@ Url: http://cobbler.et.redhat.com %description -Cobbler is a command line tool for simplified configuration of provisioning -servers. It is also accessible as a Python library. Cobbler supports PXE, -Xen, and re-provisioning an existing Linux system via auto-kickstart. The -last two modes require 'koan' to be run on the remote system. +Cobbler is a command line tool for configuration of boot/provisioning servers. It is also accessible as a Python library. Cobbler supports PXE, provisioning virtualized ("virt") images, and reinstalling machines that are already up and running (over SSH). The last two modes require a helper tool called 'koan' that integrates with cobbler. Cobbler's advanced features include importing distributions from rsync mirrors, kickstart templating, and managing dhcpd.conf. %prep %setup -q @@ -7,8 +7,7 @@ import string VERSION = "0.3.0" SHORT_DESC = "Boot server configurator" LONG_DESC = """ -Cobbler is a command line tool for simplified configuration of boot/provisioning servers. It is also accessible as a Python library. Cobbler supports PXE, Xen, and re-provisioning an existing Linux system via auto-kickstart. The last two modes require 'koan' to be run on the remote system. - +Cobbler is a command line tool for configuration of boot/provisioning servers. It is also accessible as a Python library. Cobbler supports PXE, provisioning virtualized ("virt") images, and reinstalling machines that are already up and running (over SSH). The last two modes require a helper tool called 'koan' that integrates with cobbler. Cobbler's advanced features include importing distributions from rsync mirrors, kickstart templating, and managing dhcpd.conf. """ if __name__ == "__main__": |