X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/a27841722994c5147384a6217c061608c026d4ef..6b9ae9945d12d1f049e3ae7d8d4491a90dc18c8e:/files/boot.sh diff --git a/files/boot.sh b/files/boot.sh index 6049cc6..3201407 100755 --- a/files/boot.sh +++ b/files/boot.sh @@ -1,7 +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 +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