Browse Source

Makefile: turn off hostonly excplicitely for testimage target

master
Harald Hoyer 9 years ago
parent
commit
be82884d35
  1. 2
      Makefile

2
Makefile

@ -212,7 +212,7 @@ check: all syncheck rpm @@ -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…
Cancel
Save