Fix boot files.
This commit is contained in:
parent
8c0c1227e9
commit
6577c694f9
|
@ -1,6 +1,6 @@
|
||||||
deletepath("/boot/helicopter").
|
deletepath("/boot/helicopter").
|
||||||
|
|
||||||
compile "0:/lib/stabilize_helicopter" to "1:/lib/".
|
compile "0:/lib/stabilize_helicopter" to "1:/lib/stabilize_helicopter".
|
||||||
compile "0:/init/helicopter" to "1:/init".
|
compile "0:/init/helicopter" to "1:/init".
|
||||||
|
|
||||||
// Set OS to boot and restart.
|
// Set OS to boot and restart.
|
||||||
|
|
|
@ -5,9 +5,10 @@
|
||||||
deletepath("/boot/rocket").
|
deletepath("/boot/rocket").
|
||||||
|
|
||||||
// Install software.
|
// Install software.
|
||||||
compile "0:/lib/navigation" to "1:/lib/".
|
copypath("0:/lib/ui", "1:/lib/ui").
|
||||||
compile "0:/lib/throttle" to "1:/lib/".
|
compile "0:/lib/navigation" to "1:/lib/navigation".
|
||||||
compile "0:/lib/stabilize_rocket" to "1:/lib/".
|
compile "0:/lib/throttle" to "1:/lib/throttle".
|
||||||
|
compile "0:/lib/stabilize_rocket" to "1:/lib/stabilize_rocket".
|
||||||
compile "0:/init/rocket" to "1:/init".
|
compile "0:/init/rocket" to "1:/init".
|
||||||
compile "0:/rocket/launch" to "1:/launch".
|
compile "0:/rocket/launch" to "1:/launch".
|
||||||
copypath("0:/rocket/execnode", "1:/execnode").
|
copypath("0:/rocket/execnode", "1:/execnode").
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
@lazyglobal off.
|
||||||
|
|
||||||
runoncepath("/lib/navigation").
|
runoncepath("/lib/navigation").
|
||||||
runoncepath("/lib/throttle").
|
runoncepath("/lib/throttle").
|
||||||
runoncepath("/lib/stabilize_rocket").
|
runoncepath("/lib/stabilize_rocket").
|
||||||
|
|
Loading…
Reference in New Issue
Block a user