diff options
Diffstat (limited to 'share/hydractl')
-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 |