From: Thomas Glanzmann Date: Wed, 23 Feb 2022 21:23:09 +0000 (+0100) Subject: finished artefacts for new asahi installer X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/7da211a3e2181ffab7586a7fce62baa65d2af355 finished artefacts for new asahi installer --- diff --git a/bootstrap.sh b/bootstrap.sh index 32a760e..022dc07 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -137,13 +137,13 @@ build_dd() build_efi() { ( - rm -f EFI - mkdir -p EFI/BOOT + rm -rf EFI + mkdir -p EFI/boot cp testing/usr/lib/grub/arm64-efi/monolithic/grubaa64.efi EFI/boot/bootaa64.efi export INITRD=`ls -1 testing/boot/ | grep initrd` export VMLINUZ=`ls -1 testing/boot/ | grep vmlinuz` - export UUID=`disktype build/media | grep UUID | awk '{print $2}'` + export UUID=`blkid media | awk -F\" '{print $2}'` cat > EFI/boot/grub.cfg <