From: Harald Hoyer Date: Wed, 18 Nov 2015 13:58:10 +0000 (+0100) Subject: Makefile: add efi target X-Git-Tag: 044~6 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fdracut.git;a=commitdiff_plain;h=2249e7312eaa69f5b9209d099a35bb88439048e5 Makefile: add efi target make an UEFI bootable image --- diff --git a/Makefile b/Makefile index 44c58cc80..8281f90d5 100644 --- a/Makefile +++ b/Makefile @@ -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