+3
-3
README.md
+3
-3
README.md
···
364
364
Command-line options will override configuration file settings, allowing you to
365
365
customize VMs on a per-run basis while maintaining defaults in the config file.
366
366
367
-
````sh
368
-
Specify custom CPU type, core count, memory allocation, persistent storage, networking, and port forwarding:
367
+
Specify custom CPU type, core count, memory allocation, persistent storage,
368
+
networking, and port forwarding:
369
369
370
370
```bash
371
371
# Custom CPU and memory
···
400
400
401
401
# Combine all options
402
402
freebsd-up --cpu qemu64 --cpus 2 --memory 1G --image ./my-disk.qcow2 --disk-format qcow2 --size 30G --bridge br0 --port-forward 8080:80,2222:22 --detach --volume my-data --install --output ./my-freebsd.iso
403
-
````
403
+
```
404
404
405
405
### Get Help
406
406