Skip to content

Commit

Permalink
Makefile: add efi target
Browse files Browse the repository at this point in the history
make an UEFI bootable image
  • Loading branch information
haraldh committed Nov 25, 2015
1 parent 62c00a8 commit 2249e73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,10 @@ hostimage: all
./dracut.sh -H -l -f test-$(shell uname -r).img $(shell uname -r)
@echo wrote test-$(shell uname -r).img

efi: all
./dracut.sh --uefi -H -l -f linux-$(shell uname -r).efi $(shell uname -r)
@echo wrote linux-$(shell uname -r).efi

AUTHORS:
git shortlog --numbered --summary -e |while read a rest || [ -n "$$rest" ]; do echo $$rest;done > AUTHORS

Expand Down

0 comments on commit 2249e73

Please sign in to comment.