]> gitweb.fluxo.info Git - hydra.git/commitdiff
Fix: provision: UEFI: install efibootmgr
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 25 Jan 2022 15:48:49 +0000 (12:48 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 25 Jan 2022 15:48:49 +0000 (12:48 -0300)
share/hydractl/provision

index 3e7ad3968555f8d397d9344bd9afea18512ffbd9..4d6c80796e5d103e379cd7b22491eaa1a2e7e949 100755 (executable)
@@ -670,6 +670,8 @@ if [ "$grub" == "y" ]; then
       $APT_INSTALL grub-efi-${arch} -y
     fi
 
+    $APT_INSTALL efibootmgr -y
+
     # Make UEFI partition available
     hydra_sudo_run mkdir $WORK/boot/efi
     hydra_sudo_run mount $esp_device $WORK/boot/efi