First of all: Sorry if this is the wrong stack to ask this in; with so many its hard to know sometimes. 🙂
The Q: Could someone please answer this “simple” question which I can’t find an (obvious) answer to anywhere:
How do you put a multi-line description in for a VirtualBox VM from the CLI? ie:
vboxmanage modifyvm My_VM --description="Minimal Centos Linux 9<br/>RAM: 2 GB"
(Yes, I’m trying to script things. No, I’m not using Vagrant (& I don’t want too), just plain ol’ bash.)
I’ve tried the above using <br/>
, <p></p>
and n
and none of them work.
Thanks in advance
Dulux-Oz