]> git.zerfleddert.de Git - m1-debian/commitdiff
fix d-i
authorThomas Glanzmann <thomas@glanzmann.de>
Sun, 13 Feb 2022 23:00:24 +0000 (00:00 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Sun, 13 Feb 2022 23:00:24 +0000 (00:00 +0100)
files/boot.sh

index 6049cc6d84ec1d1d77e2438c06437709f25c9f75..32014076ae0a79bd7393c30c4089a18a13d91564 100755 (executable)
@@ -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
Impressum, Datenschutz