Browse Source

Makefile: add efi target

make an UEFI bootable image
master
Harald Hoyer 9 years ago
parent
commit
2249e7312e
  1. 4
      Makefile

4
Makefile

@ -251,6 +251,10 @@ hostimage: all @@ -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


Loading…
Cancel
Save