Update README.md

This commit is contained in:
notAperson535 2022-02-03 12:04:13 -05:00 committed by GitHub
parent ec0fa73e6a
commit d97fd448b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ qemu-img create -f qcow2 macOS.qcow2 64G
if you change the drive name, change the line below according to the new name in `basic.sh`:
```
-drive id=SystemDisk,if=none,file=macOS.qcow2 \
-drive id=SystemDisk,if=none,file="$VMDIR/macOS.qcow2" \
```
> Note: If you're running on a headless system (such as on Cloud providers), you will need `-nographic` and `-vnc :0 -k en-us` to the end of basic.sh for VNC support.