From bdccc34e7e95180e65dbd1f955795f45f0414be2 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 19 Aug 2009 17:10:38 +0200 Subject: [PATCH] Makefile: add hostimage target for a hostonly image call it with root priviledges --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.3