From 20af6ab4646bbc93670283f87b85503156698460 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Mon, 14 Feb 2022 00:00:24 +0100 Subject: [PATCH] fix d-i --- files/boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2