mirror of
https://github.com/thenickdude/KVM-Opencore.git
synced 2024-10-27 20:34:10 +00:00
Add build target for creating fake "iso" for Proxmox's benefit
This commit is contained in:
parent
2b401f93f5
commit
22947b728b
4
Makefile
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user