kOS/boot/satellite.ks

25 lines
300 B
Plaintext
Raw Normal View History

runoncepath("0:/lib/boot").
parameter debug is false.
local compiled is list(
"/lib/navigation",
2021-08-06 02:15:05 +00:00
"/lib/throttle",
2021-08-10 22:12:54 +00:00
"/lib/ui",
"/prog/nodestats"
).
local copied is list(
"/prog/execnode",
"/prog/circ",
"/prog/satdeploy"
).
Bootstrap(
"/boot/satellite",
"",
compiled,
copied,
debug
).