From 8eedf13a9e9947d2f4be82c1e7618d9831e87a26 Mon Sep 17 00:00:00 2001 From: name Date: Fri, 5 Jun 2020 01:57:01 +0000 Subject: [PATCH] 2 useless commands --- Dockerfile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7349e6b..3cd1da1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,8 +66,8 @@ RUN perl -p -i -e 's/print("Succeeded:")/exit()/' ./gibMacOS.command RUN python gibMacOS.command -v "${VERSION}" || echo Done RUN sudo pacman -S qemu libvirt dnsmasq virt-manager bridge-utils flex bison ebtables edk2-ovmf --noconfirm -RUN sudo systemctl enable libvirtd.service -RUN sudo systemctl enable virtlogd.service +# RUN sudo systemctl enable libvirtd.service +# RUN sudo systemctl enable virtlogd.service WORKDIR /home/arch RUN git clone https://github.com/kholia/OSX-KVM.git diff --git a/README.md b/README.md index 9b1020c..e3662a5 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ docker run --privileged -v /tmp/.X11-unix:/tmp/.X11-unix sickcodes/docker-osx ``` -# Requirements KVM on the host +# Requirements: KVM on the host Need to turn on hardware virtualization in your BIOS, very easy to do. Then have QEMU on the host if you haven't already: