diff --git a/Makefile b/Makefile index a021617b..9395eca3 100644 --- a/Makefile +++ b/Makefile @@ -61,5 +61,5 @@ check: all make -C test check testimage: all - ./dracut -l -f test-$(shell uname -r).img $(shell uname -r) + ./dracut -l -a debug -f test-$(shell uname -r).img $(shell uname -r) @echo wrote test-$(shell uname -r).img