2021-07-18 23:32:45 +00:00
|
|
|
// rocketOS bootstrapping sequence
|
2021-07-18 08:07:00 +00:00
|
|
|
|
2021-07-19 08:46:05 +00:00
|
|
|
// To maximize space, remove this file first thing. The in-memory copy
|
|
|
|
// will still run.
|
|
|
|
deletepath("/boot/rocket").
|
|
|
|
|
2021-07-18 23:32:45 +00:00
|
|
|
// Install software.
|
2021-07-19 08:03:42 +00:00
|
|
|
runpath("0:/bootstrap/rocket").
|
2021-07-18 23:32:45 +00:00
|
|
|
|
|
|
|
// Set OS to boot and restart.
|
2021-07-19 08:03:42 +00:00
|
|
|
set core:bootfilename to "/ui/rocket".
|
2021-07-18 23:32:45 +00:00
|
|
|
|
|
|
|
reboot.
|