X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/297dbf2e8052dd8ecbca1fd574565b0505f400c3..30bd9405366b30384cd998c3d7a7b2e163d73c5a:/files/boot.sh diff --git a/files/boot.sh b/files/boot.sh index aeb54ff..250e5ae 100755 --- a/files/boot.sh +++ b/files/boot.sh @@ -1,10 +1,10 @@ #!/bin/sh -chroot /target debconf-set-selections < /options chroot /target apt-get remove grub-efi-arm64-signed -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 -cp -a /lib/firmware/brcm /target/lib/firmware/ chroot /target update-grub