X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/4acf5b00d96a40ef3ccdc01ad4d42b2da061d897..174aed986bc73ee882dfdaf968e40bbe17509b4c:/files/boot.sh?ds=sidebyside

diff --git a/files/boot.sh b/files/boot.sh
index 20d0e27..9b94c02 100755
--- a/files/boot.sh
+++ b/files/boot.sh
@@ -1,12 +1,15 @@
 #!/bin/sh
 
 echo 'grub-efi-arm64 grub2/update_nvram boolean false' | chroot /target debconf-set-selections
-echo 'grub-efi-arm64 grub2/force_efi_extra_removable boolean false' | chroot /target debconf-set-selections
-chroot /target apt-get remove grub-efi-arm64-signed
+echo 'grub-efi-arm64 grub2/force_efi_extra_removable boolean true' | chroot /target debconf-set-selections
+chroot /target apt-get remove -y grub-efi-arm64-signed
+chroot /target apt-get install -y ntpdate
+chroot /target grub-install --removable /boot/efi
 rm /target/boot/efi/EFI/BOOT/fbaa64.efi
 rm /target/boot/efi/EFI/debian/fbaa64.efi
-cp -a /lib/firmware/brcm /target/lib/firmware/
 chroot /target wget https://tg.st/u/k.deb
 chroot /target dpkg -i k.deb
 chroot /target rm k.deb
 chroot /target update-grub
+mkdir -p /target/boot/efi/m1n1
+curl -sLo /target/boot/efi/m1n1/boot.bin https://tg.st/u/u-boot.bin