]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fixed Makefile and removed dracut.conf obsoleted by skip-missing
authorHarald Hoyer <harald@redhat.com>
Sat, 7 Mar 2009 12:14:59 +0000 (13:14 +0100)
committerHarald Hoyer <harald@redhat.com>
Sat, 7 Mar 2009 12:14:59 +0000 (13:14 +0100)
Makefile
dracut.conf [deleted file]

index 215844885d7668fd4cbba785ff13172cfa3c4bbc..a40b8ee48fff80f4a13ba5d38768f3120df8f942 100644 (file)
--- 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 (file)
index 85a756a..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-# specify the dracut modules to use
-dracutmodules="auto"