# /etc/vbox/autorun.cfg # # Configuration of machines that should run headless in the background. # These machines must be present in the home directory of the "vboxhost" # account. # This file is sourced by /etc/rc.d/rc.virtualbox # # Michiel Broek # Account to use. VBOXHOST="vboxhost" i=0 # Machine definitions, add them in the order to start. They will be stopped # in the reverse order. Remmember to add a line to increase $i after each # machine. VBOX_NAME[$i]="Machine Name" # name of the machine VBOX_UUID[$i]="28f2a7bd-2e37-48ed-bb23-6bc7becdb3c7" # uuid of the machine VBOX_AUTO[$i]="false" # true to start this machine VBOX_STOP[$i]="savestate" # or acpibutton VBOX_PORT[$i]=5000 # RDP port i=$(($i+1)) # next