summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-09-12 17:10:54 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-09-12 17:10:54 -0400
commitb4c005d8b759dddcc75a80e21a0201512277434c (patch)
treef2e4e7cfbd4bc8b89c58a5c0dd890ad00fbd86c7 /Makefile
parent55dc4e5f09ef7e58ac7e4dc7f775d37f788f8122 (diff)
downloadcobbler-b4c005d8b759dddcc75a80e21a0201512277434c.tar.gz
cobbler-b4c005d8b759dddcc75a80e21a0201512277434c.tar.xz
cobbler-b4c005d8b759dddcc75a80e21a0201512277434c.zip
Add Javier P's patch to add "cobbler import" support for Debian. Also tweaked Andrew Brown's system cloner a bit and added packaging for the debian sample.seed file.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c82097a3..85b6f8b7 100644
--- a/Makefile
+++ b/Makefile
@@ -104,6 +104,12 @@ eraseconfig:
-rm /var/lib/cobbler/profiles*
-rm /var/lib/cobbler/systems*
-rm /var/lib/cobbler/repos*
+ -rm /var/lib/cobbler/config/distros.d/*
+ -rm /var/lib/cobbler/config/images.d/*
+ -rm /var/lib/cobbler/config/profiles.d/*
+ -rm /var/lib/cobbler/config/systems.d/
+ -rm /var/lib/cobbler/config/repos.d/*
+
graphviz:
dot -Tpdf docs/cobbler.dot -o cobbler.pdf