From: Harald Hoyer Date: Sat, 7 Mar 2009 12:14:59 +0000 (+0100) Subject: fixed Makefile and removed dracut.conf obsoleted by skip-missing X-Git-Tag: 0.1~304 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=558fe20421042124617f4c4696833085e9ab8460;p=thirdparty%2Fdracut.git fixed Makefile and removed dracut.conf obsoleted by skip-missing --- diff --git a/Makefile b/Makefile index 215844885..a40b8ee48 100644 --- a/Makefile +++ b/Makefile @@ -31,5 +31,5 @@ rpm: dracut-$(VERSION)-$(GITVERSION).tar.bz2 rm -fr BUILD BUILDROOT testimage: all - ./dracut -l -c ./dracut.conf -f test-$(shell uname -r).img $(shell uname -r) + ./dracut -l -f test-$(shell uname -r).img $(shell uname -r) @echo wrote test-$(shell uname -r).img diff --git a/dracut.conf b/dracut.conf deleted file mode 100644 index 85a756af3..000000000 --- a/dracut.conf +++ /dev/null @@ -1,2 +0,0 @@ -# specify the dracut modules to use -dracutmodules="auto"