Skip to content

Commit

Permalink
fix: Use kern.hv_vmm_present=0 for Sequoia (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinker007 authored Dec 20, 2024
1 parent 431e95d commit b37ed52
Show file tree
Hide file tree
Showing 4 changed files with 1,962 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN set -eu && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

COPY --chmod=755 ./src /run/
COPY --chmod=644 ./config.plist /
COPY --chmod=755 ./assets /assets/
COPY --chmod=755 --from=builder /macserial /usr/local/bin/

ADD --chmod=644 \
Expand Down
File renamed without changes.
Loading

0 comments on commit b37ed52

Please sign in to comment.