Modify boot files to use new bootstrapping library.
This commit is contained in:
parent
b9206f8480
commit
828b5f9a5e
4 changed files with 25 additions and 64 deletions
|
@ -1,24 +1,13 @@
|
|||
runoncepath("0:/lib/boot").
|
||||
|
||||
parameter debug is false.
|
||||
|
||||
local compiled is list(
|
||||
"/lib/navigation",
|
||||
"/lib/throttle",
|
||||
"/lib/ui",
|
||||
"/prog/nodestats"
|
||||
).
|
||||
|
||||
local copied is list(
|
||||
"/prog/execnode",
|
||||
"/prog/circ",
|
||||
"/prog/satdeploy"
|
||||
).
|
||||
RunOncePath("0:/lib/boot").
|
||||
|
||||
Bootstrap(
|
||||
"/boot/satellite",
|
||||
"",
|
||||
compiled,
|
||||
copied,
|
||||
debug
|
||||
"/boot/satellite",
|
||||
"",
|
||||
List(
|
||||
"/prog/execnode",
|
||||
"/prog/circ",
|
||||
"/prog/satdeploy",
|
||||
"/prog/nodestats"
|
||||
),
|
||||
debug
|
||||
).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue