summaryrefslogtreecommitdiffstats
path: root/server/tftpboot
diff options
context:
space:
mode:
Diffstat (limited to 'server/tftpboot')
-rw-r--r--server/tftpboot/grub/templates/fedora4
-rw-r--r--server/tftpboot/grub/templates/opensuse4
-rw-r--r--server/tftpboot/grub/templates/ubuntu4
3 files changed, 12 insertions, 0 deletions
diff --git a/server/tftpboot/grub/templates/fedora b/server/tftpboot/grub/templates/fedora
new file mode 100644
index 00000000..d8f96201
--- /dev/null
+++ b/server/tftpboot/grub/templates/fedora
@@ -0,0 +1,4 @@
+##NO-TOCAR-ESTA-LINEA Fedora
+root='hd0,gpt1'
+chainloader /EFI/fedora/grubx64.efi
+boot
diff --git a/server/tftpboot/grub/templates/opensuse b/server/tftpboot/grub/templates/opensuse
new file mode 100644
index 00000000..719367cc
--- /dev/null
+++ b/server/tftpboot/grub/templates/opensuse
@@ -0,0 +1,4 @@
+##NO-TOCAR-ESTA-LINEA OpenSuse
+root='hd0,gpt1'
+chainloader /EFI/opensuse/grubx64.efi
+boot
diff --git a/server/tftpboot/grub/templates/ubuntu b/server/tftpboot/grub/templates/ubuntu
new file mode 100644
index 00000000..386f541c
--- /dev/null
+++ b/server/tftpboot/grub/templates/ubuntu
@@ -0,0 +1,4 @@
+##NO-TOCAR-ESTA-LINEA Ubuntu
+root='hd0,gpt1'
+chainloader /EFI/ubuntu/grubx64.efi
+boot