Skip to content

Commit

Permalink
Opencore --> OpenCore (typo...)
Browse files Browse the repository at this point in the history
  • Loading branch information
sickcodes committed Oct 30, 2021
1 parent dca8b28 commit 0a0ae76
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ RUN ./Docker-OSX/osx-serial-generator/generate-specific-bootdisk.sh \
--output-bootdisk "${STOCK_BOOTDISK_NOPICKER}" || exit 1
### symlink the old directory as upstream has renamed a directory. Symlinking purely for backwards compatability!
RUN ln -s /home/arch/OSX-KVM/Opencore /home/arch/OSX-KVM/Opencore-Catalina || true
RUN ln -s /home/arch/OSX-KVM/OpenCore /home/arch/OSX-KVM/OpenCore-Catalina || true
####
#### SPECIAL RUNTIME ARGUMENTS BELOW
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.auto
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ RUN if [[ "${COMPLETE}" ]]; then \
####

# symlink the old directory, for redundancy
RUN ln -s /home/arch/OSX-KVM/Opencore /home/arch/OSX-KVM/Opencore-Catalina || true
RUN ln -s /home/arch/OSX-KVM/OpenCore /home/arch/OSX-KVM/OpenCore-Catalina || true

####

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.monterey
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ RUN if [[ "${LINUX}" == true ]]; then \
####

# symlink the old directory, for redundancy
RUN ln -s /home/arch/OSX-KVM/Opencore /home/arch/OSX-KVM/Opencore-Catalina || true
RUN ln -s /home/arch/OSX-KVM/OpenCore /home/arch/OSX-KVM/OpenCore-Catalina || true

####

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.naked
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ RUN mkdir -p ~/.ssh \
####

# symlink the old directory, for redundancy
RUN ln -s /home/arch/OSX-KVM/Opencore /home/arch/OSX-KVM/Opencore-Catalina || true
RUN ln -s /home/arch/OSX-KVM/OpenCore /home/arch/OSX-KVM/OpenCore-Catalina || true

####

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.naked-auto
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ RUN if [[ "${COMPLETE}" ]]; then \
####

# symlink the old directory, for redundancy
RUN ln -s /home/arch/OSX-KVM/Opencore /home/arch/OSX-KVM/Opencore-Catalina || true
RUN ln -s /home/arch/OSX-KVM/OpenCore /home/arch/OSX-KVM/OpenCore-Catalina || true

####

Expand Down

0 comments on commit 0a0ae76

Please sign in to comment.