16 lines
394 B
TOML
16 lines
394 B
TOML
|
# A descriptive name.
|
||
|
name = "Windows XP SP3 x86 (MyVM 1)"
|
||
|
|
||
|
# cvm1.2-rs will automatically append parameters as needed to the command line
|
||
|
command_line = "/uvm/vms/vm1.lvm start"
|
||
|
|
||
|
# (Optional) Override the MOTD set in the configuration for this VM only.
|
||
|
motd = "VM 1 MOTD"
|
||
|
|
||
|
# more overrides.
|
||
|
|
||
|
#turns_enabled = true
|
||
|
#votes_enabled = true
|
||
|
#turn_time = 18
|
||
|
#vote_time = 60
|
||
|
#vote_cooldown_time = 120
|