summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-10-13 16:09:31 -0400
committerJim Meyering <jim@meyering.net>2006-10-13 16:09:31 -0400
commit47590f79742b9cb91f876ad4507208a875ea2880 (patch)
tree81b346bd0ae6bb48fb0b2108b68b1580be40a5e9 /setup.py
parentcd9b923b946c45c5a732fa6e053a59c0f9fcb40e (diff)
downloadthird_party-cobbler-47590f79742b9cb91f876ad4507208a875ea2880.tar.gz
third_party-cobbler-47590f79742b9cb91f876ad4507208a875ea2880.tar.xz
third_party-cobbler-47590f79742b9cb91f876ad4507208a875ea2880.zip
Lots of work on importing rsync mirrors, including preliminary code to guess
kickstart files and assign them for distributions that we know how to minimally kickstart.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index a7f7785..558e7ac 100644
--- a/setup.py
+++ b/setup.py
@@ -30,6 +30,7 @@ if __name__ == "__main__":
# (docspath, ['README']),
(wwwpath, []),
(cobpath, ['elilo-3.6-ia64.efi']),
+ (etcpath, ['kickstart_fc5.ks']),
(etcpath, ['dhcp.template']),
(manpath, ['cobbler.1.gz'])
],