From: Harald Hoyer Date: Thu, 23 Apr 2015 14:11:26 +0000 (+0200) Subject: Makefile: turn off hostonly excplicitely for testimage target X-Git-Tag: 042~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be82884d35f7148fea99c09d7eb296aca7dcecbe;p=thirdparty%2Fdracut.git Makefile: turn off hostonly excplicitely for testimage target --- diff --git a/Makefile b/Makefile index 916b50e6f..647bb7ab5 100644 --- a/Makefile +++ b/Makefile @@ -212,7 +212,7 @@ check: all syncheck rpm @$(MAKE) -C test check testimage: all - ./dracut.sh -l -a debug -f test-$(shell uname -r).img $(shell uname -r) + ./dracut.sh -N -l -a debug -f test-$(shell uname -r).img $(shell uname -r) @echo wrote test-$(shell uname -r).img debugtestimage: all