Makefile: turn off hostonly excplicitely for testimage target

master
Harald Hoyer 2015-04-23 16:11:26 +02:00
parent 180e9d7851
commit be82884d35
1 changed files with 1 additions and 1 deletions

View File

@ -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