diff options
| author | sickcodes <[email protected]> | 2021-04-15 10:12:46 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-15 10:12:46 +0000 |
| commit | 6e134e763db995cef0150a6d9e5f5e3074271788 (patch) | |
| tree | 0836937d5d5242ba850985b26c65f38698fc3a90 /custom/generate-specific-bootdisk.sh | |
| parent | Merge pull request #245 from a10kiloham/master (diff) | |
| parent | Update custom from https://github.com/sickcodes/osx-serial-generator.git (diff) | |
| download | docker-osx-6e134e763db995cef0150a6d9e5f5e3074271788.tar.xz docker-osx-6e134e763db995cef0150a6d9e5f5e3074271788.zip | |
Merge pull request #249 from sickcodes/osx-serial-update
Update custom from https://github.com/sickcodes/osx-serial-generator.git
Diffstat (limited to 'custom/generate-specific-bootdisk.sh')
| -rwxr-xr-x | custom/generate-specific-bootdisk.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |