]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Makefile: add debug module to the testimage target
authorHarald Hoyer <harald@redhat.com>
Wed, 15 Jul 2009 16:24:53 +0000 (18:24 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 15 Jul 2009 16:27:21 +0000 (18:27 +0200)
Makefile

index a021617b0ce9d67ef3bafda8435df44a0c0f4c14..9395eca30b9e68573b7970640665b761109cfcdc 100644 (file)
--- 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