summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2009-03-07 12:06:17 +0100
committerHarald Hoyer <harald@redhat.com>2009-03-07 12:06:17 +0100
commitaf2ac89151441d547d94938f805b721652d82eae (patch)
tree27705d76169e3fa06f031acdd4e22320a625c385 /Makefile
parent4cba351e289757f2648971cbbee53084e0c9b4de (diff)
fixed -c parameter handling and Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a40b8ee..2158448 100644
--- a/Makefile
+++ b/Makefile
@@ -31,5 +31,5 @@ rpm: dracut-$(VERSION)-$(GITVERSION).tar.bz2
rm -fr BUILD BUILDROOT
testimage: all
- ./dracut -l -f test-$(shell uname -r).img $(shell uname -r)
+ ./dracut -l -c ./dracut.conf -f test-$(shell uname -r).img $(shell uname -r)
@echo wrote test-$(shell uname -r).img