cvm12-rs/doc/vm.toml
Lily Tsuru 4cda248591 qmp: working qmp stuff
I really should probably maybehapsibly split this out into a cargo workspace but /shrug, I'll do it if this gets too annoying.

I've split out a lot of code into new modules, just to be cleaner about organization.
2024-05-08 21:33:09 -04:00

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