Add code for automating satellite deployment.
This commit is contained in:
1
boot/debug_satellite.ks
Normal file
1
boot/debug_satellite.ks
Normal file
@ -0,0 +1 @@
|
||||
runpath("0:/boot/satellite", true).
|
@ -12,7 +12,8 @@ local compiled is list(
|
||||
local copied is list(
|
||||
"/lib/ui",
|
||||
"/prog/execnode",
|
||||
"/prog/circ"
|
||||
"/prog/circ",
|
||||
"/prog/satdeploy"
|
||||
).
|
||||
|
||||
Bootstrap(
|
||||
|
Reference in New Issue
Block a user