Fix non-debug boot script.

This commit is contained in:
Anna Rose 2021-07-26 15:13:12 -04:00
parent f6731b0ab0
commit b3a6105cbe

View File

@ -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".