diff options
author | Irina Gómez <irinagomez@us.es> | 2019-03-13 11:24:25 +0100 |
---|---|---|
committer | Irina Gómez <irinagomez@us.es> | 2019-03-13 11:24:25 +0100 |
commit | b7dc4ace681f54c04252b26ed29027b1ea74e595 (patch) | |
tree | 11f469df8974e90be7e97bff4e1275c70f3e79dc /server | |
parent | 36737376fa003acf129dd69be02cbc1ac2bc049c (diff) |
#802 #888 #890 bootOs and PXE templates start the newly installed Linux distributions.
Diffstat (limited to 'server')
-rw-r--r-- | server/tftpboot/grub/templates/fedora | 4 | ||||
-rw-r--r-- | server/tftpboot/grub/templates/opensuse | 4 | ||||
-rw-r--r-- | server/tftpboot/grub/templates/ubuntu | 4 |
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 |