]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Makefile: create hostonly test image without debug
authorHarald Hoyer <harald@redhat.com>
Wed, 11 Sep 2013 07:57:25 +0000 (09:57 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 11 Sep 2013 07:57:25 +0000 (09:57 +0200)
Makefile

index 0c4ebc50b2a8b0a7ed8cf885b5fc1b034c128cd4..124a41b16132dbf64b51ffc0402111da90d9ee8c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -204,7 +204,7 @@ testimages: all
        @echo wrote  test-dracut.img
 
 hostimage: all
-       ./dracut.sh -H -l -a debug -f test-$(shell uname -r).img $(shell uname -r)
+       ./dracut.sh -H -l -f test-$(shell uname -r).img $(shell uname -r)
        @echo wrote  test-$(shell uname -r).img
 
 AUTHORS: