2021-08-06 02:05:40 +00:00
|
|
|
runoncepath("0:/lib/boot").
|
|
|
|
|
|
|
|
parameter debug is false.
|
|
|
|
|
|
|
|
local compiled is list(
|
|
|
|
"/lib/navigation",
|
|
|
|
"/lib/node",
|
2021-08-06 02:15:05 +00:00
|
|
|
"/lib/throttle",
|
2021-08-06 08:57:07 +00:00
|
|
|
"/prog/nodestats"
|
2021-08-06 02:05:40 +00:00
|
|
|
).
|
|
|
|
|
|
|
|
local copied is list(
|
|
|
|
"/lib/ui",
|
|
|
|
"/prog/execnode",
|
2021-08-08 20:23:49 +00:00
|
|
|
"/prog/circ",
|
|
|
|
"/prog/satdeploy"
|
2021-08-06 02:05:40 +00:00
|
|
|
).
|
|
|
|
|
|
|
|
Bootstrap(
|
|
|
|
"/boot/satellite",
|
|
|
|
"",
|
|
|
|
compiled,
|
|
|
|
copied,
|
|
|
|
debug
|
|
|
|
).
|