Makefile: turn off hostonly excplicitely for testimage target
parent
180e9d7851
commit
be82884d35
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in New Issue