diff options
author | Irina Gómez <irinagomez@us.es> | 2019-02-25 12:54:50 +0100 |
---|---|---|
committer | Irina Gómez <irinagomez@us.es> | 2019-02-25 12:54:50 +0100 |
commit | 40bd9f5d30a2de8ac5293616f786a8dbdcc7ed34 (patch) | |
tree | 173f5805840e6a3ea93df0d3ecfe8458603a25ba /server/tftpboot/grub/templates/13 | |
parent | e4324788f294ab6db30ec57631d2f08865db3a61 (diff) |
#802 #888 ogGrubInstall and ogRestoreEfiBootLoader: A generic name is used for the boot loader. This allows you to use PXE templates for a partition.
Diffstat (limited to 'server/tftpboot/grub/templates/13')
-rw-r--r-- | server/tftpboot/grub/templates/13 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server/tftpboot/grub/templates/13 b/server/tftpboot/grub/templates/13 new file mode 100644 index 00000000..2924d05c --- /dev/null +++ b/server/tftpboot/grub/templates/13 @@ -0,0 +1,4 @@ +##NO-TOCAR-ESTA-LINEA 1hd-3partition +root='hd0,gpt1' +chainloader /EFI/Part-01-03/Boot/ogloader.efi +boot |