I created an OpenBSD-based qube to provide networking for another qube, but whenever I start the VM, the default console terminal always appears.
How can I start a StandaloneVM without opening a terminal window?
I created an OpenBSD-based qube to provide networking for another qube, but whenever I start the VM, the default console terminal always appears.
How can I start a StandaloneVM without opening a terminal window?
qvm-prefs QUBE debug false
qvm-prefs QUBE guivm None
should do it
Edit: fix a typo (guivm instead of quivm), according to @James369 answer.
qvm-prefs QUBE debug false
qvm-prefs QUBE guivm None
Sorry for late reply. Thank you guys!