From 5d41b6d67a95ecb1b2e59723b490f33228c64acc Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Wed, 2 Mar 2022 21:07:23 +0100 Subject: [PATCH] build debian asahi install package --- bootstrap.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index d94c856..f8b5aba 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -153,6 +153,11 @@ EOF ) } +build_asahi_installer_image() +{ + zip -r9 debian-base.zip EFI media +} + build_di_stick() { rm -rf di-stick @@ -178,7 +183,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 efi.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/ + sudo cp m1-d-i.tar m1.tgz efi.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 debian-base.zip /u/ } mkdir -p build @@ -194,4 +199,5 @@ build_live_stick build_di_stick build_dd build_efi +build_asahi_installer_image publish_artefacts -- 2.39.2