kOS/boot/helicopter.ks

13 lines
253 B
Plaintext

// 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.