We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96a248 commit 7668519Copy full SHA for 7668519
quickget
@@ -304,7 +304,7 @@ function create_macos_disk_with_opencore() {
304
# mcopy -s recursively copies directories including their contents
305
# This preserves .kext bundle structure (directories with Contents/Info.plist)
306
if [ -d "${OPENCORE_DIR}/EFI/BOOT" ]; then
307
- if ! ${MCOPY} -i "${TEMP_DISK}@@${EFI_OFFSET_BYTES}" -s "${OPENCORE_DIR}/EFI/BOOT" ::/EFI/; then
+ if ! LC_ALL='' ${MCOPY} -i "${TEMP_DISK}@@${EFI_OFFSET_BYTES}" -s "${OPENCORE_DIR}/EFI/BOOT" ::/EFI/; then
308
echo "ERROR! Failed to copy EFI/BOOT to disk."
309
rm -f "${TEMP_DISK}"
310
return 1
0 commit comments