Fix incorrect filename in networking-qemu-kvm-howto.txt

This commit is contained in:
alexanderkiselstein
2026-01-25 21:01:13 -08:00
committed by GitHub
parent 991523f713
commit 086e3f938a

View File

@@ -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 \