kOS/boot/rocket.ks

14 lines
288 B
Plaintext
Raw Normal View History

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