From: Harald Hoyer Date: Wed, 11 Sep 2013 07:57:25 +0000 (+0200) Subject: Makefile: create hostonly test image without debug X-Git-Tag: 033~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d97d130da9b579a9525586a82ddbf4bd87dd1c80;p=thirdparty%2Fdracut.git Makefile: create hostonly test image without debug --- diff --git a/Makefile b/Makefile index 0c4ebc50b..124a41b16 100644 --- a/Makefile +++ b/Makefile @@ -204,7 +204,7 @@ testimages: all @echo wrote test-dracut.img hostimage: all - ./dracut.sh -H -l -a debug -f test-$(shell uname -r).img $(shell uname -r) + ./dracut.sh -H -l -f test-$(shell uname -r).img $(shell uname -r) @echo wrote test-$(shell uname -r).img AUTHORS: