25 lines
294 B
Plaintext
25 lines
294 B
Plaintext
|
runoncepath("0:/lib/boot").
|
||
|
|
||
|
parameter debug is false.
|
||
|
|
||
|
local compiled is list(
|
||
|
"/lib/navigation",
|
||
|
"/lib/node",
|
||
|
"/lib/throttle"
|
||
|
).
|
||
|
|
||
|
local copied is list(
|
||
|
"/lib/ui",
|
||
|
"/prog/execnode",
|
||
|
"/prog/nodestats",
|
||
|
"/prog/circ"
|
||
|
).
|
||
|
|
||
|
Bootstrap(
|
||
|
"/boot/satellite",
|
||
|
"",
|
||
|
compiled,
|
||
|
copied,
|
||
|
debug
|
||
|
).
|