To add the "guest additions" to a headless virtualbox instance:
VBoxManage controlvm VMNAMEorVMID dvdattach /usr/share/virtualbox/VBoxGuestAdditions.iso
To remove the attached dvd:
VBoxManage controlvm VMNAMEorVMID dvdattach none
To list the current vm names and IDs:
VBoxManage list vms
| < Prev | Next > |
|---|


