From 558fe20421042124617f4c4696833085e9ab8460 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Sat, 7 Mar 2009 13:14:59 +0100 Subject: [PATCH] fixed Makefile and removed dracut.conf obsoleted by skip-missing --- Makefile | 2 +- dracut.conf | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 dracut.conf 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" -- 2.39.2