From: Thomas Glanzmann Date: Mon, 12 Dec 2022 19:54:33 +0000 (+0100) Subject: remove another obsulute function X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/4af35f19c2a4b2866fc37990126ee07522f87d62 remove another obsulute function --- diff --git a/bootstrap.sh b/bootstrap.sh index fc8c366..bbaf4bf 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -87,26 +87,6 @@ build_dd() ) } -build_efi() -{ -( - rm -rf EFI - mkdir -p EFI/boot EFI/debian - 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=`blkid -s UUID -o value media` - cat > EFI/debian/grub.cfg <