mirror of
https://github.com/kholia/OSX-KVM.git
synced 2026-02-27 01:34:34 +01:00
Merge dcdc03c8c2 into 4c378a4b5e
This commit is contained in:
commit
44ca6d52db
|
|
@ -60,7 +60,7 @@ args=(
|
|||
-drive id=MacHDD,if=none,file="$REPO_PATH/mac_hdd_ng.img",format=qcow2
|
||||
-device ide-hd,bus=sata.4,drive=MacHDD
|
||||
# -netdev tap,id=net0,ifname=tap0,script=no,downscript=no -device virtio-net-pci,netdev=net0,id=net0,mac=52:54:00:c9:18:27
|
||||
-netdev user,id=net0,hostfwd=tcp::2222-:22 -device virtio-net-pci,netdev=net0,id=net0,mac=52:54:00:c9:18:27
|
||||
-netdev user,id=net0,hostfwd=localhost:6080 -device virtio-net-pci,netdev=net0,id=net0,mac=52:54:00:c9:18:27
|
||||
# -netdev user,id=net0 -device vmxnet3,netdev=net0,id=net0,mac=52:54:00:c9:18:27 # Note: Use this line for High Sierra
|
||||
-monitor stdio
|
||||
-device vmware-svga
|
||||
|
|
|
|||
Loading…
Reference in a new issue