From: Harald Hoyer Date: Thu, 5 Mar 2009 09:33:18 +0000 (+0100) Subject: add testimage target X-Git-Tag: 0.1~384 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ccd71eeb1769edc4373f72488419f4aa0feeebb5;p=thirdparty%2Fdracut.git add testimage target --- diff --git a/Makefile b/Makefile index d7f0e44be..255b2b0d5 100644 --- a/Makefile +++ b/Makefile @@ -23,3 +23,6 @@ archive: rpm: rpmbuild --define "_sourcedir $$PWD" --define "_specdir $$PWD" --define "_builddir $$PWD" --define "_srcrpmdir $$PWD" --define "_rpmdir $$PWD" -ba dracut.spec + +testimage: + ./dracut -l test.img $(uname -r)