diff options
author | Irina Gómez <irinagomez@us.es> | 2019-04-25 11:39:15 +0200 |
---|---|---|
committer | Irina Gómez <irinagomez@us.es> | 2019-04-25 11:39:15 +0200 |
commit | b485805baf9244427377f33747f2af72df0804b9 (patch) | |
tree | 5333e659e4edc8a89f50d8dc249bb194cdb84242 /server/tftpboot/grub/templates/10 | |
parent | b0a7050136d336391db2f38718e3f34f4ab9a99f (diff) |
#802 #888 PXE templates: include informational messages.
Diffstat (limited to 'server/tftpboot/grub/templates/10')
-rw-r--r-- | server/tftpboot/grub/templates/10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/tftpboot/grub/templates/10 b/server/tftpboot/grub/templates/10 index b133f59b..4271840e 100644 --- a/server/tftpboot/grub/templates/10 +++ b/server/tftpboot/grub/templates/10 @@ -3,6 +3,7 @@ set timeout=0 # Compruebo si existe rEFInd set root='' +echo "rEFInd" search --file --set root /EFI/refind/grubx64.efi if [ "$root" == "" ]; then set label="rEFInd no está instalado" |