diff options
author | Irina Gómez <irinagomez@us.es> | 2019-03-29 13:52:05 +0100 |
---|---|---|
committer | Irina Gómez <irinagomez@us.es> | 2019-03-29 13:52:05 +0100 |
commit | 5c2fe9b80b8cc48d9ac2c72b14f7c7ecfc3e9e03 (patch) | |
tree | a71cad2c2101fa394d6403ca3059852eeeefa745 /server/tftpboot/menu.lst | |
parent | 89f88ba76c001f0e9804fad599c67c0ffe42f647 (diff) |
#860 #802 #888 For UEFI and BIOS coherence , the PXE templates are rename.
Diffstat (limited to 'server/tftpboot/menu.lst')
-rw-r--r-- | server/tftpboot/menu.lst/templates/10 (renamed from server/tftpboot/menu.lst/templates/01) | 2 | ||||
-rw-r--r-- | server/tftpboot/menu.lst/templates/11 | 4 | ||||
-rw-r--r-- | server/tftpboot/menu.lst/templates/12 | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/server/tftpboot/menu.lst/templates/01 b/server/tftpboot/menu.lst/templates/10 index db7a3ee7..96d0f500 100644 --- a/server/tftpboot/menu.lst/templates/01 +++ b/server/tftpboot/menu.lst/templates/10 @@ -1,4 +1,4 @@ -##NO-TOCAR-ESTA-LINEA MBR +##NO-TOCAR-ESTA-LINEA 1hd timeout 1 title MBR chainloader (hd0)+1 diff --git a/server/tftpboot/menu.lst/templates/11 b/server/tftpboot/menu.lst/templates/11 index 6ff6b10b..c1492b57 100644 --- a/server/tftpboot/menu.lst/templates/11 +++ b/server/tftpboot/menu.lst/templates/11 @@ -1,6 +1,6 @@ -##NO-TOCAR-ESTA-LINEA 1hd-1partition +##NO-TOCAR-ESTA-LINEA 1hd-1os timeout 1 -title FirstHardDisk-FirstPartition +title FirstDisk-FirstOperatingSystem root (hd0,0) chainloader (hd0,0)+1 boot diff --git a/server/tftpboot/menu.lst/templates/12 b/server/tftpboot/menu.lst/templates/12 index 0843c3b1..0db966b7 100644 --- a/server/tftpboot/menu.lst/templates/12 +++ b/server/tftpboot/menu.lst/templates/12 @@ -1,6 +1,6 @@ -##NO-TOCAR-ESTA-LINEA 1hd-2partition +##NO-TOCAR-ESTA-LINEA 1hd-2os timeout 1 -title FirstHardDisk-SecondPartition +title FirstHardDisk-SecondOperatingSystem root (hd0,1) chainloader (hd0,1)+1 boot |