mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Add additional utilities install notes for macOS. Closes #23
This commit is contained in:
parent
485aaed7c7
commit
64cff9bbab
1 changed files with 9 additions and 0 deletions
|
@ -157,6 +157,15 @@ Starting /media/martin/Quickemu/windows10.conf
|
|||
|
||||
### macOS
|
||||
|
||||
#### Optional extras for macOS
|
||||
|
||||
If you want to run macOS then `quickemu` requires some additional utilities.
|
||||
`rot13` from `bsdgames` is used to *"decrypt"* the OSK key.
|
||||
|
||||
```
|
||||
sudo apt install bsdgames wget
|
||||
```
|
||||
|
||||
There are some considerations when running macOS via Quickemu.
|
||||
|
||||
* `quickemu` will automatically download the required [Clover EFI bootloader](https://sourceforge.net/projects/cloverefiboot/) and OVMF firmware from [the macOS-Simple-KVM project](https://github.com/foxlet/macOS-Simple-KVM).
|
||||
|
|
Loading…
Reference in a new issue