Typo in config-macos

merge-requests/2/head
Yuri Alek 6 years ago
parent 4ad6f59701
commit d7c8cf7fa9

@ -114,7 +114,7 @@ IOMMU group 18
$ qemu-img create -f raw /path/to/image/windows.raw 60G
```
6. Edit the config in `scripts/config.sh` to convenience. If you use systemd to start the VM you have to edit the path of your config file in `qemu@.service`. Variables you may have to edit:
6. Edit the config in `scripts/config.sh` to convenience. If you use systemd to start the VM you have to edit `EnvironmentFile` in `qemu@.service` to point to your config file. Variables you may have to edit:
1. PCI devices. `IOMMU_GPU`; `IOMMU_USB`.
2. User.
3. Location of HDD/IMG, ISO, vBIOS and OVMF image.

@ -28,7 +28,7 @@ IMG=$IMAGES/mac-hs.raw,id=disk,format=raw,if=none
CLOVER=$IMAGES/Clover-1080.qcow2
ISO=$IMAGES/HighSierra-10.13.6-qemu.iso
OVMF=$IMAGES/OSX-KVM/OVMF_CODE.fd
OVMF_VARS=$IMAGES/vm/OSX-KVM/OVMF_VARS.fd
OVMF_VARS=$IMAGES/OSX-KVM/OVMF_VARS.fd
# QEMU options
MY_OPTIONS="+aes,+xsave,+avx,+xsaveopt,avx2,+smep"

Loading…
Cancel
Save