modeco80
37339e2580
a client for cvmauth (the server side bit needed to actually do the magic)! just needs a couple todos and it should be good enough for server usage later on
18 lines
No EOL
412 B
TOML
18 lines
No EOL
412 B
TOML
# Multinode TODO
|
|
|
|
# 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 |