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 /setup.py | |
parent | 118c34bf597c35b60396181a7b3ca79e3c7b2c69 (diff) | |
download | third_party-cobbler-2fe047aba61e9c76001ea1e1c367e028be43210c.tar.gz third_party-cobbler-2fe047aba61e9c76001ea1e1c367e028be43210c.tar.xz third_party-cobbler-2fe047aba61e9c76001ea1e1c367e028be43210c.zip |
Update descriptions.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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__": |