More refactoring.
This commit is contained in:
@ -1,13 +1,10 @@
|
||||
// rocketOS bootstrapping sequence
|
||||
|
||||
// Install software.
|
||||
compile "0:/os/rocketos" to "1:/boot/rocketos".
|
||||
compile "0:/lib/navigation" to "1:/lib/navigation".
|
||||
compile "0:/lib/throttle" to "1:/lib/throttle".
|
||||
compile "0:/launch" to "1:/launch".
|
||||
compile "0:/nextnode" to "1:/nextnode".
|
||||
runpath("0:/bootstrap/rocket").
|
||||
|
||||
// Set OS to boot and restart.
|
||||
set core:bootfilename to "boot/rocketos".
|
||||
set core:bootfilename to "/ui/rocket".
|
||||
|
||||
deletepath("/boot/rocket").
|
||||
reboot.
|
||||
|
Reference in New Issue
Block a user