Fix boot and launch scripts.
This commit is contained in:
@ -9,9 +9,9 @@ copypath("0:/lib/ui", "1:/lib/ui").
|
||||
compile "0:/lib/navigation" to "1:/lib/navigation".
|
||||
compile "0:/lib/throttle" to "1:/lib/throttle".
|
||||
compile "0:/lib/stabilize_rocket" to "1:/lib/stabilize_rocket".
|
||||
compile "0:/lib/node" to "1:/lib/node".
|
||||
compile "0:/init/rocket" to "1:/init".
|
||||
compile "0:/rocket/launch" to "1:/launch".
|
||||
copypath("0:/rocket/execnode", "1:/execnode").
|
||||
|
||||
// Set OS to boot and restart.
|
||||
set core:bootfilename to "/init".
|
||||
|
@ -1,10 +1,11 @@
|
||||
// Install software.
|
||||
copypath("0:/lib/navigation", "1:/lib/navigation").
|
||||
copypath("0:/lib/throttle", "1:/lib/throttle").
|
||||
copypath("0:/lib/node", "1:/lib/node").
|
||||
copypath("0:/lib/ui", "1:/lib/ui").
|
||||
copypath("0:/lib/stabilize_rocket", "1:/lib/stabilize_rocket").
|
||||
copypath("0:/init/rocket", "1:/init").
|
||||
copypath("0:/rocket/launch", "1:/launch").
|
||||
copypath("0:/rocket/execnode", "1:/execnode").
|
||||
|
||||
CORE:PART:GETMODULE("kOSProcessor"):DOEVENT("Open Terminal").
|
||||
run "1:/init".
|
||||
|
Reference in New Issue
Block a user