From: Thomas Glanzmann Date: Sun, 6 Feb 2022 20:08:16 +0000 (+0100) Subject: upload u-boot.macho in case you need to run it in the hypervisor X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/92cbc56a55647917aabcd506c62292a3c26ca551?ds=sidebyside;hp=256eb0b553ebc00d73adcb198b5e159078379120 upload u-boot.macho in case you need to run it in the hypervisor --- diff --git a/bootstrap.sh b/bootstrap.sh index 0d143eb..e053003 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -149,7 +149,7 @@ upload_artefacts() { export KERNEL=`ls -1rt linux-image*.deb | grep -v dbg | tail -1` cp ${KERNEL} k.deb - upload m1-d-i.tar m1.tgz asahi-debian-live.tar u-boot.bin di-stick/vmlinuz k.deb + upload m1-d-i.tar m1.tgz asahi-debian-live.tar u-boot.bin u-boot.macho di-stick/vmlinuz k.deb } mkdir -p build