Add command-line-run programs for satellites.

This commit is contained in:
2021-08-05 22:05:40 -04:00
parent 7488effd5c
commit d5e3a21e26
5 changed files with 65 additions and 1 deletions

24
boot/satellite.ks Normal file
View 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
).