From b3a6105cbe6dee6c509c56583a0a35765ef45d00 Mon Sep 17 00:00:00 2001 From: annabunches Date: Mon, 26 Jul 2021 15:13:12 -0400 Subject: [PATCH] Fix non-debug boot script. --- boot/helicopter.ks | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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".