Skip to content

Commit 1c3f82d

Browse files
committed
BrenKt-TRANS-v2
1 parent 0054811 commit 1c3f82d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pages/cloud/dedicated/pxe-with-full-private-dedicated/guide.en-gb.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -196,20 +196,20 @@ subnet 192.168.1.0 netmask 255.255.255.240 {
196196
option broadcast-address 192.168.1.15;
197197
option routers 192.168.1.1;
198198
ping-check = 1;
199-
next-server 192.168.1.1; # Détermine l'IP de votre serveur tftp
199+
next-server 192.168.1.1; # Determines the IP of your tftp server
200200

201-
if option arch = 00:07 { # Détermine le type d'architecture, ici 64bits
201+
if option arch = 00:07 { # Determines the architecture type, here 64 bits
202202
if exists user-class and option user-class = "iPXE" {
203-
filename "refind.pxe"; # Détermine le script appelé par le binaire
203+
filename "refind.pxe"; # Determines the script called by the binary
204204
} else {
205-
filename "ipxe.efi"; # Détermine le binaire iPXE
205+
filename "ipxe.efi"; # Determines iPXE binary
206206
}
207207

208-
} else if option arch = 00:06 { # Détermine le type d'architecture, ici 32bits
208+
} else if option arch = 00:06 { # Determines the architecture type, here 32 bits
209209
if exists user-class and option user-class = "iPXE" {
210-
filename "refind.pxe"; # Détermine le script appelé par le binaire
210+
filename "refind.pxe"; # Determines the script called by the binary
211211
} else {
212-
filename "ipxe32.efi"; # Détermine le binaire iPXE
212+
filename "ipxe32.efi"; # Determines iPXE binary
213213
}
214214
}
215215
}
@@ -353,10 +353,10 @@ It is strongly recommended that you use an NTP service, especially if your infra
353353

354354
## Go further
355355

356-
[Comprendre et/ou personnaliser votre service DHCP](https://wiki.debian.org/DHCP_Server).<br>
357-
[Comprendre et/ou personnaliser votre service iPXE](https://ipxe.org/docs).<br>
358-
[Comprendre et/ou personnaliser votre service rEFInd](https://en.wikipedia.org/wiki/REFInd).<br>
359-
[Comprendre ou découvrir NTP](https://en.wikipedia.org/wiki/Network_Time_Protocol).<br>
360-
[Comprendre ou découvrir Dnsmasq](https://wiki.debian.org/dnsmasq).<br>
356+
[Understanding and/or customising your DHCP service](https://wiki.debian.org/DHCP_Server).<br>
357+
[Understanding and/or customising your iPXE service](https://ipxe.org/docs).<br>
358+
[Understanding and/or customising your rEFInd service](https://en.wikipedia.org/wiki/REFInd).<br>
359+
[Understand or discover NTP](https://en.wikipedia.org/wiki/Network_Time_Protocol).<br>
360+
[Understand or discover Dnsmasq](https://wiki.debian.org/dnsmasq).<br>
361361

362362
Join our community of users on <https://community.ovh.com/en/>.

0 commit comments

Comments
 (0)