Update networking-qemu-kvm-howto.txt

This commit is contained in:
Goldfelty 2025-06-17 19:11:52 -07:00 committed by GitHub
parent 6cf56dd2d1
commit d550ea347f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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 \