Add command-line-run programs for satellites.
This commit is contained in:
24
boot/satellite.ks
Normal file
24
boot/satellite.ks
Normal file
@ -0,0 +1,24 @@
|
||||
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
|
||||
).
|
Reference in New Issue
Block a user