]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Makefile: turn off hostonly excplicitely for testimage target
authorHarald Hoyer <harald@redhat.com>
Thu, 23 Apr 2015 14:11:26 +0000 (16:11 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 23 Apr 2015 14:11:26 +0000 (16:11 +0200)
Makefile

index 916b50e6fa10ccba50f6c4761c5994de83a9cfda..647bb7ab5589b25e86500aa542489dc5281ec71c 100644 (file)
--- 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