diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2022-01-28 15:41:21 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2022-01-28 15:41:21 -0300 |
commit | a4f5dffc79b784d2986a2075dc4a8b1062ab6f50 (patch) | |
tree | 0c763927d824bee8707a7720743ed84339612653 | |
parent | 5d8c13e99c6112f445659bda803f0d86c1e642bb (diff) | |
download | hydra-a4f5dffc79b784d2986a2075dc4a8b1062ab6f50.tar.gz hydra-a4f5dffc79b784d2986a2075dc4a8b1062ab6f50.tar.bz2 |
Fix: provision: grub: on efibootmgr
-rwxr-xr-x | share/hydractl/provision | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/hydractl/provision b/share/hydractl/provision index 54c92e9..76e7dc6 100755 --- a/share/hydractl/provision +++ b/share/hydractl/provision @@ -687,6 +687,8 @@ if [ "$grub" == "y" ]; then $APT_INSTALL grub-efi-${arch} -y fi + # Looks like this is a dependency need for GRUB to be able to + # include this new system as an option in the UEFI NVRAM $APT_INSTALL efibootmgr -y # Make UEFI partition available |