summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormdehaan@mdehaan.rdu.redhat.com <>2006-10-25 11:13:49 -0400
committerJim Meyering <jim@meyering.net>2006-10-25 11:13:49 -0400
commit2fe047aba61e9c76001ea1e1c367e028be43210c (patch)
tree9ef9824657d09ab62386f41fddccfd2683e6d6ae
parent118c34bf597c35b60396181a7b3ca79e3c7b2c69 (diff)
downloadthird_party-cobbler-2fe047aba61e9c76001ea1e1c367e028be43210c.tar.gz
third_party-cobbler-2fe047aba61e9c76001ea1e1c367e028be43210c.tar.xz
third_party-cobbler-2fe047aba61e9c76001ea1e1c367e028be43210c.zip
Update descriptions.
-rw-r--r--CHANGELOG2
-rw-r--r--cobbler.spec5
-rw-r--r--setup.py3
3 files changed, 3 insertions, 7 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7dd0f85..e4845b3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
diff --git a/setup.py b/setup.py
index d8bf165..916ddbd 100644
--- a/setup.py
+++ b/setup.py
@@ -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__":