From b7dc4ace681f54c04252b26ed29027b1ea74e595 Mon Sep 17 00:00:00 2001 From: Irina Gómez Date: Wed, 13 Mar 2019 11:24:25 +0100 Subject: #802 #888 #890 bootOs and PXE templates start the newly installed Linux distributions. --- server/tftpboot/grub/templates/fedora | 4 ++++ server/tftpboot/grub/templates/opensuse | 4 ++++ server/tftpboot/grub/templates/ubuntu | 4 ++++ 3 files changed, 12 insertions(+) create mode 100644 server/tftpboot/grub/templates/fedora create mode 100644 server/tftpboot/grub/templates/opensuse create mode 100644 server/tftpboot/grub/templates/ubuntu (limited to 'server/tftpboot') 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 -- cgit v1.2.3-18-g5258