summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Eckersberg <jeckersb@redhat.com>2009-01-11 15:13:16 -0500
committerJohn Eckersberg <jeckersb@redhat.com>2009-03-13 13:52:33 -0400
commit2cfbb55145b68cc9c91f2511d4f766a1cb96b1fd (patch)
tree28c19c5dbdd736eda421ee82683bfc1a419da12d /Makefile
parentfe8a0d85339655a7c68f32ebf40db70839f60437 (diff)
downloadcobbler-2cfbb55145b68cc9c91f2511d4f766a1cb96b1fd.tar.gz
cobbler-2cfbb55145b68cc9c91f2511d4f766a1cb96b1fd.tar.xz
cobbler-2cfbb55145b68cc9c91f2511d4f766a1cb96b1fd.zip
Whole bunch of network work, good time to throw a commit out.
At this point I can manipulate network objects via the CLI. Nothing intelligent is going on under the hood yet.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 79b7d091..af9f6cd8 100644
--- a/Makefile
+++ b/Makefile
@@ -112,11 +112,13 @@ eraseconfig:
-rm /var/lib/cobbler/profiles*
-rm /var/lib/cobbler/systems*
-rm /var/lib/cobbler/repos*
+ -rm /var/lib/cobbler/networks*
-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/*
+ -rm /var/lib/cobbler/config/networks.d/*
graphviz: