File setup_py.diff of Package cobbler
--- setup.py
+++ setup.py 2011/02/03 15:29:32
@@ -166,7 +166,7 @@
# miscellaneous config files
(rotpath, ['config/cobblerd_rotate']),
(wwwconf, ['config/cobbler.conf']),
- (wwwconf, ['config/cobbler_wsgi.conf']),
+# (wwwconf, ['config/cobbler_wsgi.conf']),
(libpath, ['config/cobbler_hosts']),
(etcpath, ['config/modules.conf']),
(etcpath, ['config/users.digest']),
@@ -266,6 +266,9 @@
(pxepath, ['templates/pxelocal.template']),
(pxepath, ['templates/pxelocal_ia64.template']),
(pxepath, ['templates/pxelocal_s390x.template']),
+ (pxepath, ['templates/pxe/efidefault.template']),
+ (pxepath, ['templates/pxe/grubprofile.template']),
+ (pxepath, ['templates/pxe/grubsystem.template']),
# templates for power management
(powerpath, ['templates/power_apc_snmp.template']),