]> gitweb.fluxo.info Git - hydra.git/commitdiff
Fix: provision: set bootloar ID to Debian
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 29 Jan 2022 16:01:52 +0000 (13:01 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 29 Jan 2022 16:01:52 +0000 (13:01 -0300)
share/hydractl/provision

index 76e7dc68639ffc4deb1e2d570712114ed768ab60..9ba88ce1dbc29e3a852bef1507e61bf97ad67a36 100755 (executable)
@@ -730,7 +730,9 @@ EOF
   if [ "$boot_mode" == "bios" ]; then
     hydra_sudo_run chroot $WORK/ grub-install --recheck --force $device
   else
-    grub_opts="$grub_uefi_nvram $grub_uefi_secure_boot --bootloader-id=GRUB"
+    # Bootloader ID currently needs to be "Debian"
+    # See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925309
+    grub_opts="$grub_uefi_nvram $grub_uefi_secure_boot --bootloader-id=Debian"
 
     hydra_sudo_run chroot $WORK/ grub-install --target=${grub_arch}-efi \
                                               --efi-directory=/boot/efi \