Minor issue - the current version of opencore-image-ng.sh tries to use bash variable "BASE" at line 154, but doesn't define "BASE" until line 160.
As a result, generating an opencore boot image fails when it tries to copy $BASE/resources/OcBinaryData/Resource to the /ESP/EFI/OC directory as it looks in "." rather than "./OSX-KVM"
Thank you(!) for the work you've done on this and for making this tool available.
Minor issue - the current version of opencore-image-ng.sh tries to use bash variable "BASE" at line 154, but doesn't define "BASE" until line 160.
As a result, generating an opencore boot image fails when it tries to copy $BASE/resources/OcBinaryData/Resource to the /ESP/EFI/OC directory as it looks in "." rather than "./OSX-KVM"
Thank you(!) for the work you've done on this and for making this tool available.