diff --git a/networking-qemu-kvm-howto.txt b/networking-qemu-kvm-howto.txt index 4e6fd78..4be6f98 100644 --- a/networking-qemu-kvm-howto.txt +++ b/networking-qemu-kvm-howto.txt @@ -11,7 +11,7 @@ setup, so it's perfect if you just want internet but don't care about latency or about connecting to the VM from an external source. In order to do this, change the line in your qemu-system-x86_64 command (found -in boot-macOS.sh) to the following: +in OpenCore-Boot.sh) to the following: -netdev user,id=net0 -device network_adapter,netdev=net0,id=net0,mac=52:54:00:c9:18:27 \