Browse Source

Makefile: add hostimage target for a hostonly image

call it with root priviledges
master
Harald Hoyer 15 years ago
parent
commit
bdccc34e7e
  1. 3
      Makefile

3
Makefile

@ -73,5 +73,8 @@ testimages: all @@ -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


Loading…
Cancel
Save