Fix non-debug boot script.
This commit is contained in:
parent
f6731b0ab0
commit
b3a6105cbe
|
@ -1,10 +1,8 @@
|
||||||
// helicopter bootstrapping sequence
|
|
||||||
|
|
||||||
deletepath("/boot/helicopter").
|
deletepath("/boot/helicopter").
|
||||||
|
|
||||||
// Install software.
|
copypath("0:/lib/control", "1:/lib/control").
|
||||||
compile "0:/helicopter/ui" to "1:/init".
|
copypath("0:/helicopter/hover", "1:/hover").
|
||||||
compile "0:/helicopter/hover" to "1:/hover".
|
copypath("0:/helicopter/init", "1:/init").
|
||||||
|
|
||||||
// Set OS to boot and restart.
|
// Set OS to boot and restart.
|
||||||
set core:bootfilename to "/init".
|
set core:bootfilename to "/init".
|
||||||
|
|
Loading…
Reference in New Issue
Block a user