Fix boot sequence.
This commit is contained in:
parent
3101aef1cc
commit
6ced7a2e25
|
@ -5,7 +5,11 @@
|
|||
deletepath("/boot/rocket").
|
||||
|
||||
// Install software.
|
||||
runpath("0:/bootstrap/rocket").
|
||||
compile "0:/ui/rocket" to "1:/ui/rocket".
|
||||
compile "0:/lib/navigation" to "1:/lib/navigation".
|
||||
compile "0:/lib/throttle" to "1:/lib/throttle".
|
||||
compile "0:/launch" to "1:/launch".
|
||||
copypath("0:/execnode", "1:/execnode"). // smaller when compiled
|
||||
|
||||
// Set OS to boot and restart.
|
||||
set core:bootfilename to "/ui/rocket".
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
compile "0:/ui/rocket" to "1:/ui/rocket".
|
||||
compile "0:/lib/navigation" to "1:/lib/navigation".
|
||||
compile "0:/lib/throttle" to "1:/lib/throttle".
|
||||
compile "0:/launch" to "1:/launch".
|
||||
copypath("0:/execnode", "1:/execnode"). // smaller when compiled
|
Loading…
Reference in New Issue
Block a user