X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/30bd9405366b30384cd998c3d7a7b2e163d73c5a..4acf5b00d96a40ef3ccdc01ad4d42b2da061d897:/files/boot.sh diff --git a/files/boot.sh b/files/boot.sh index 250e5ae..20d0e27 100755 --- a/files/boot.sh +++ b/files/boot.sh @@ -1,5 +1,7 @@ #!/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 rm /target/boot/efi/EFI/BOOT/fbaa64.efi rm /target/boot/efi/EFI/debian/fbaa64.efi