slitaz-forge rev 324
boot/en/index.php: pxe configuration for web boot
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 01 09:44:41 2012 +0200 (2012-08-01) |
parents | d4aac19525ea |
children | efd18dbda796 |
files | boot/en/index.php boot/fr/index.php |
line diff
1.1 --- a/boot/en/index.php Tue Jul 31 12:36:34 2012 +0200 1.2 +++ b/boot/en/index.php Wed Aug 01 09:44:41 2012 +0200 1.3 @@ -109,6 +109,20 @@ 1.4 and transfer the image to a blank floppy disk using the command: 1.5 <code>dd if=floppy-grub of=/dev/fd0</code>. Boot the floppy and select 1.6 gPXE entry.</li> 1.7 + <li>Network boot: if you can modify your DHCP server configuration, declare 1.8 + the tftp server <i>mirror.slitaz.org</i> and the boot file 1.9 + <i>gpxe.pxe</i> : 1.10 + <ul> 1.11 + <li>for <b>udhcpd</b> 1.12 + <pre>siaddr mirror.slitaz.org 1.13 +boot_file gpxe.pxe</pre></li> 1.14 + <li>for <b>dhcpd</b> 1.15 + <pre>next-server "mirror.slitaz.org" 1.16 +filemane "gpxe.pxe"</pre></li> 1.17 + <li>for <b>dnsmasq</b> 1.18 + <pre>dhcp-boot=gpxe.pxe,mirror.slitaz.org</pre></li> 1.19 + </ul> 1.20 + </li> 1.21 </ul> 1.22 1.23 <h3>Boot time</h3>
2.1 --- a/boot/fr/index.php Tue Jul 31 12:36:34 2012 +0200 2.2 +++ b/boot/fr/index.php Wed Aug 01 09:44:41 2012 +0200 2.3 @@ -116,6 +116,20 @@ 2.4 suivant: <code>dd if=floppy-grub of=/dev/fd0</code>. Démarrez sur 2.5 la disquette et choisissez l'entrée gPXE. 2.6 </li> 2.7 + <li> Démarrage réseau: si vous pouvez modifier la configuration du server DHCP, 2.8 + déclarez le serveur tftp <i>mirror.slitaz.org</i> et le fichier de boot 2.9 + <i>gpxe.pxe</i> : 2.10 + <ul> 2.11 + <li>pour <b>udhcpd</b> 2.12 + <pre>siaddr mirror.slitaz.org 2.13 +boot_file gpxe.pxe</pre></li> 2.14 + <li>pour <b>dhcpd</b> 2.15 + <pre>next-server "mirror.slitaz.org" 2.16 +filemane "gpxe.pxe"</pre></li> 2.17 + <li>pour <b>dnsmasq</b> 2.18 + <pre>dhcp-boot=gpxe.pxe,mirror.slitaz.org</pre></li> 2.19 + </ul> 2.20 + </li> 2.21 </ul> 2.22 2.23 <h3>Temps de démarrage</h3>