From: Harald Hoyer Date: Wed, 19 Aug 2009 15:10:38 +0000 (+0200) Subject: Makefile: add hostimage target for a hostonly image X-Git-Tag: 001~34^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bdccc34e7e95180e65dbd1f955795f45f0414be2;p=thirdparty%2Fdracut.git Makefile: add hostimage target for a hostonly image call it with root priviledges --- diff --git a/Makefile b/Makefile index 8a06e0aca..12a0ee491 100644 --- a/Makefile +++ b/Makefile @@ -73,5 +73,8 @@ testimages: all ./dracut -l -a debug --no-kernel -f test-dracut.img $(shell uname -r) @echo wrote test-dracut.img +hostimage: all + ./dracut -H -l -a debug -f test-$(shell uname -r).img $(shell uname -r) + @echo wrote test-$(shell uname -r).img