kOS/boot/helicopter.ks

13 lines
253 B
Plaintext
Raw Normal View History

2021-07-23 20:04:26 +00:00
// helicopter bootstrapping sequence
deletepath("/boot/helicopter").
// Install software.
compile "0:/helicopter/ui" to "1:/init".
compile "0:/helicopter/hover" to "1:/hover".
// Set OS to boot and restart.
set core:bootfilename to "/init".
reboot.