From 4af35f19c2a4b2866fc37990126ee07522f87d62 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Mon, 12 Dec 2022 20:54:33 +0100 Subject: [PATCH] remove another obsulute function --- bootstrap.sh | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) 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 <