Refactor the boot library to be a bit simpler.
This commit is contained in:
@ -4,7 +4,6 @@ parameter debug is false.
|
||||
|
||||
Bootstrap(
|
||||
"/boot/aircraft",
|
||||
"/prog/aircraft",
|
||||
List(), // no additional program files
|
||||
List("/prog/aircraft"),
|
||||
debug
|
||||
).
|
||||
|
@ -4,7 +4,6 @@ parameter debug is false.
|
||||
|
||||
Bootstrap(
|
||||
"/boot/helicopter",
|
||||
"/prog/helicopter",
|
||||
List(), // no additional program files
|
||||
List("/prog/helicopter"),
|
||||
debug
|
||||
).
|
||||
|
@ -4,7 +4,6 @@ parameter debug is false.
|
||||
|
||||
Bootstrap(
|
||||
"/boot/launchpad",
|
||||
"/prog/launchpad",
|
||||
List(),
|
||||
List("/prog/launchpad"),
|
||||
debug
|
||||
).
|
||||
|
@ -4,7 +4,6 @@ parameter debug is false.
|
||||
|
||||
Bootstrap(
|
||||
"/boot/rocket",
|
||||
"/prog/rocket",
|
||||
List(),
|
||||
List("/prog/rocket"),
|
||||
debug
|
||||
).
|
||||
|
@ -4,12 +4,12 @@ parameter debug is false.
|
||||
|
||||
Bootstrap(
|
||||
"/boot/satellite",
|
||||
"",
|
||||
List(
|
||||
"/prog/execnode",
|
||||
"/prog/circ",
|
||||
"/prog/satdeploy",
|
||||
"/prog/nodestats"
|
||||
),
|
||||
debug
|
||||
debug,
|
||||
false
|
||||
).
|
||||
|
@ -4,12 +4,12 @@ parameter debug is false.
|
||||
|
||||
Bootstrap(
|
||||
"/boot/science",
|
||||
"",
|
||||
List(
|
||||
"/prog/circ",
|
||||
"/prog/execnode",
|
||||
"/prog/nodestats",
|
||||
"/prog/reentry"
|
||||
),
|
||||
debug
|
||||
debug,
|
||||
false
|
||||
).
|
||||
|
Reference in New Issue
Block a user