Makefile: add hostimage target for a hostonly image
call it with root priviledgesmaster
parent
495a964322
commit
bdccc34e7e
3
Makefile
3
Makefile
|
@ -73,5 +73,8 @@ testimages: all
|
||||||
./dracut -l -a debug --no-kernel -f test-dracut.img $(shell uname -r)
|
./dracut -l -a debug --no-kernel -f test-dracut.img $(shell uname -r)
|
||||||
@echo wrote test-dracut.img
|
@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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue