summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2009-05-15 12:45:58 +0200
committerHarald Hoyer <harald@redhat.com>2009-05-15 12:45:58 +0200
commitc4ad7ffff4e9fc38ae68f1e7a6bf16f4bc879b7d (patch)
treee4b13cdaf7bae38b1ee37aa0e341383dded7ab12 /Makefile
parent6fac46910c79337e1e46d338197b02893d723510 (diff)
add debug and changed verbose parameter
previous -verbose is now -debug (set -x) -verbose adds some information about the resulting initrd size
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ef264eb..7053cd9 100644
--- a/Makefile
+++ b/Makefile
@@ -44,5 +44,5 @@ check:
done;exit $$ret
testimage: all
- ./dracut -l -f test-$(shell uname -r).img $(shell uname -r)
+ ./dracut -v -l -f test-$(shell uname -r).img $(shell uname -r)
@echo wrote test-$(shell uname -r).img