From d7c8cf7fa9812980a564fb65f8772291984df9c2 Mon Sep 17 00:00:00 2001 From: Yuri Alek Date: Sat, 18 Aug 2018 14:18:06 +0200 Subject: [PATCH] Typo in config-macos --- README.md | 2 +- scripts/config-macos | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f6b99b..cde0d78 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/scripts/config-macos b/scripts/config-macos index 8a6d7f3..81103ef 100644 --- a/scripts/config-macos +++ b/scripts/config-macos @@ -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"