mirror of
https://github.com/foxlet/macOS-Simple-KVM.git
synced 2024-11-26 13:09:41 +01:00
Merge branch 'headless' into setup-simplification
This commit is contained in:
commit
bde57edba2
2 changed files with 2 additions and 2 deletions
|
@ -51,4 +51,4 @@ If instead of QEMU, you'd like to import the setup into Virt-Manager for further
|
|||
|
||||
You're done!
|
||||
|
||||
To fine-tune the system and improve performance, look in the `docs` folder for more information on [adding memory](docs/guide-performance.md), seting up [bridged networking](docs/guide-networking.md), adding [passthrough hardware (for GPUs)](docs/guide-passthrough.md), and enabling sound features.
|
||||
To fine-tune the system and improve performance, look in the `docs` folder for more information on [adding memory](docs/guide-performance.md), setting up [bridged networking](docs/guide-networking.md), adding [passthrough hardware (for GPUs)](docs/guide-passthrough.md), and enabling sound features.
|
||||
|
|
2
basic.sh
2
basic.sh
|
@ -40,7 +40,7 @@ qemu-system-x86_64 \
|
|||
-device ich9-ahci,id=sata \
|
||||
-drive id=ESP,if=none,format=qcow2,file=ESP.qcow2 \
|
||||
-device ide-hd,bus=sata.2,drive=ESP \
|
||||
-drive id=InstallMedia,if=none,file=BaseSystem.img \
|
||||
-drive id=InstallMedia,format=raw,if=none,file=BaseSystem.img \
|
||||
-device ide-hd,bus=sata.3,drive=InstallMedia \
|
||||
-drive id=SystemDisk,if=none,file="${SYSTEM_DISK}" \
|
||||
-device ide-hd,bus=sata.4,drive=SystemDisk \
|
||||
|
|
Loading…
Reference in a new issue