@@ -196,20 +196,20 @@ subnet 192.168.1.0 netmask 255.255.255.240 {
196
196
option broadcast-address 192.168.1.15;
197
197
option routers 192.168.1.1;
198
198
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
200
200
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
202
202
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
204
204
} else {
205
- filename " ipxe.efi" ; # Détermine le binaire iPXE
205
+ filename " ipxe.efi" ; # Determines iPXE binary
206
206
}
207
207
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
209
209
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
211
211
} else {
212
- filename " ipxe32.efi" ; # Détermine le binaire iPXE
212
+ filename " ipxe32.efi" ; # Determines iPXE binary
213
213
}
214
214
}
215
215
}
@@ -353,10 +353,10 @@ It is strongly recommended that you use an NTP service, especially if your infra
353
353
354
354
# # Go further
355
355
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>
361
361
362
362
Join our community of users on < https://community.ovh.com/en/> .
0 commit comments