From 22947b728b94a8fcb58eed66c4081c6fd2f8c95d Mon Sep 17 00:00:00 2001 From: Nicholas Sherlock Date: Sat, 9 May 2020 06:24:37 +1200 Subject: [PATCH] Add build target for creating fake "iso" for Proxmox's benefit --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index e32d8fb..d51e7fa 100644 --- a/Makefile +++ b/Makefile @@ -49,6 +49,10 @@ OpenCore.dmg : Makefile $(EFI_FILES) cp -a EFI OpenCore-Image/ hdiutil detach -force OpenCore-Image +# Not actually an ISO, but useful for making it usable in Proxmox's ISO picker +OpenCore.iso : OpenCore.dmg + cp $< $@ + OpenCoreEFIFolder.zip : Makefile $(EFI_FILES) rm -f $@ zip -r $@ EFI