diff options
author | Irina Gómez <irinagomez@us.es> | 2019-04-03 09:59:14 +0200 |
---|---|---|
committer | Irina Gómez <irinagomez@us.es> | 2019-04-03 09:59:14 +0200 |
commit | da53464c601bdab21e4155e21c7e2db76474cd5f (patch) | |
tree | ba1549c514e286be0b4a5c11b948c2bd0785172f /server | |
parent | 5c2fe9b80b8cc48d9ac2c72b14f7c7ecfc3e9e03 (diff) |
ogRefindInstall, with paremeter FALSE, does not configure menu entry of directory microsoft or ubuntu. Fixs PXE template of refind. Creates auxiliary functions for rEFInd.
Diffstat (limited to 'server')
-rw-r--r-- | server/tftpboot/grub/templates/refind | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tftpboot/grub/templates/refind b/server/tftpboot/grub/templates/refind index 4ada28d0..e37d0ac1 100644 --- a/server/tftpboot/grub/templates/refind +++ b/server/tftpboot/grub/templates/refind @@ -1,4 +1,4 @@ ##NO-TOCAR-ESTA-LINEA refind root='hd0,gpt1' -chainloader /EFI/refind/shimx64.efi +chainloader /EFI/refind/grubx64.efi boot |