diff --git a/boot/helicopter.ks b/boot/helicopter.ks index dcf26aa..53764ad 100644 --- a/boot/helicopter.ks +++ b/boot/helicopter.ks @@ -1,10 +1,8 @@ -// helicopter bootstrapping sequence - deletepath("/boot/helicopter"). -// Install software. -compile "0:/helicopter/ui" to "1:/init". -compile "0:/helicopter/hover" to "1:/hover". +copypath("0:/lib/control", "1:/lib/control"). +copypath("0:/helicopter/hover", "1:/hover"). +copypath("0:/helicopter/init", "1:/init"). // Set OS to boot and restart. set core:bootfilename to "/init".