kOS/boot/satellite.ks

16 lines
206 B
Plaintext

RunOncePath("0:/lib/boot").
parameter debug is false.
Bootstrap(
"/boot/satellite",
List(
"/prog/execnode",
"/prog/circ",
"/prog/satdeploy",
"/prog/nodestats"
),
debug,
false
).