From 613236ffc9711a708208a8dcdacf22d9350c9909 Mon Sep 17 00:00:00 2001 From: sickcodes Date: Thu, 15 Apr 2021 09:55:15 +0000 Subject: Update custom from https://github.com/sickcodes/osx-serial-generator.git --- custom/generate-specific-bootdisk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom/generate-specific-bootdisk.sh') diff --git a/custom/generate-specific-bootdisk.sh b/custom/generate-specific-bootdisk.sh index 89ecad7..386c13b 100755 --- a/custom/generate-specific-bootdisk.sh +++ b/custom/generate-specific-bootdisk.sh @@ -210,7 +210,7 @@ download_qcow_efi_folder () { # EFI Shell commands touch startup.nsh && echo 'fs0:\EFI\BOOT\BOOTx64.efi' > startup.nsh - cp -ra "${EFI_FOLDER}" . + cp -a "${EFI_FOLDER}" . mkdir -p ./EFI/OC/Resources -- cgit v1.2.3