]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Makefile: add hostimage target for a hostonly image
authorHarald Hoyer <harald@redhat.com>
Wed, 19 Aug 2009 15:10:38 +0000 (17:10 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 19 Aug 2009 15:10:38 +0000 (17:10 +0200)
call it with root priviledges

Makefile

index 8a06e0aca1d931053eec097c45a109f844bd58d3..12a0ee491baf14640e9588172a628ddf35b42d85 100644 (file)
--- 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