From: Thomas Glanzmann Date: Tue, 22 Feb 2022 06:22:24 +0000 (+0100) Subject: add grub to upload X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/77e86a7128b3916f8c5bc28e797a9e333d6ea63c add grub to upload --- diff --git a/bootstrap.sh b/bootstrap.sh index 2ae1c1b..776f1da 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -158,7 +158,7 @@ publish_artefacts() { export KERNEL=`ls -1rt linux-image*.deb | grep -v dbg | tail -1` cp ${KERNEL} k.deb - sudo cp m1-d-i.tar m1.tgz asahi-debian-live.tar u-boot.bin u-boot.macho di-stick/vmlinuz k.deb m1n1/build/m1n1.bin m1n1/build/m1n1.macho /u/ + sudo cp m1-d-i.tar m1.tgz asahi-debian-live.tar u-boot.bin u-boot.macho di-stick/vmlinuz k.deb m1n1/build/m1n1.bin m1n1/build/m1n1.macho testing/usr/lib/grub/arm64-efi/monolithic/grubaa64.efi /u/ } mkdir -p build