Skip to content

Simplify installation steps #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 28, 2021
Merged

Simplify installation steps #35

merged 2 commits into from
May 28, 2021

Conversation

AkihiroSuda
Copy link
Member

  • coreutils is no longer needed
  • QEMU no longer needs to be signed

The latest homebrew package seems signed by default.

```console
$ codesign -d --entitlements :- /usr/local/Cellar/qemu/6.0.0/bin/qemu-system-x86_64
Executable=/usr/local/Cellar/qemu/6.0.0/bin/qemu-system-x86_64
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>com.apple.security.hypervisor</key>
    <true/>
</dict>
</plist>
```

Signed-off-by: Akihiro Suda <[email protected]>
@AkihiroSuda AkihiroSuda merged commit 8eb03a4 into master May 28, 2021
@AkihiroSuda AkihiroSuda deleted the dev branch May 28, 2021 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant