Makefile: add hostimage target for a hostonly image

call it with root priviledges
master
Harald Hoyer 2009-08-19 17:10:38 +02:00
parent 495a964322
commit bdccc34e7e
1 changed files with 3 additions and 0 deletions

View File

@ -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