Browse Source

fixed Makefile and removed dracut.conf obsoleted by skip-missing

master
Harald Hoyer 16 years ago
parent
commit
558fe20421
  1. 2
      Makefile
  2. 2
      dracut.conf

2
Makefile

@ -31,5 +31,5 @@ rpm: dracut-$(VERSION)-$(GITVERSION).tar.bz2 @@ -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

2
dracut.conf

@ -1,2 +0,0 @@ @@ -1,2 +0,0 @@
# specify the dracut modules to use
dracutmodules="auto"
Loading…
Cancel
Save