slitaz-dev-tools diff mirror-tools/mirror-info/index.php @ rev 129

rolling.sh: build core and core-4in1
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 03 09:56:39 2011 +0200 (2011-09-03)
parents 79eb86e1e0ed
children 8725a5e2ff2d
line diff
     1.1 --- a/mirror-tools/mirror-info/index.php	Thu Jun 09 20:54:44 2011 +0200
     1.2 +++ b/mirror-tools/mirror-info/index.php	Sat Sep 03 09:56:39 2011 +0200
     1.3 @@ -45,11 +45,11 @@
     1.4  		<ul>
     1.5  			<li><a href="http://www.slitaz.org/en/devel/">Website devel</a></li>
     1.6  			<li><a href="http://scn.slitaz.org/">Community</a></li>
     1.7 -			<li><a href="http://labs.slitaz.org/">Laboratories</a></li>
     1.8 -			<li><a href="http://hg.slitaz.org/">Mercurial Repos</a></li>
     1.9  			<li><a href="http://cook.slitaz.org/">Build Bot</a></li>
    1.10  			<li><a href="http://tank.slitaz.org/">Tank Server</a></li>
    1.11 -			<li><a href="http://mirror.slitaz.org/info/">Mirror Server</a></li>
    1.12 +			<li><a href="http://mirror.slitaz.org/info/">Mirror Server</a> -
    1.13 +			<a href="http://mirror.slitaz.org/console/">Console</a>
    1.14 +			</li>
    1.15  		</ul>
    1.16  	</div>
    1.17  	<!-- Information/image -->
    1.18 @@ -160,6 +160,29 @@
    1.19  	(<a href="http://boot.slitaz.org/" target="_blank">main</a>)</li>
    1.20  </ul>
    1.21  
    1.22 +<a name="boot"></a>
    1.23 +<h3><a href="http://doc.slitaz.org/en:guides:pxe#web-booting" target="_blank">
    1.24 +	<img title="Web boot" src="pics/website/vhosts.png" 
    1.25 +	 alt="web boot" /></a>Web boot services</h3>
    1.26 +	 The SliTaz mirror provides a <b>tftp</b> access and a 
    1.27 +	 <a href="/pxe">pxe</a> tree. Simply add to your DHCP server configuration file:
    1.28 +	 <ul>
    1.29 +	 <li>for <b>udhcpd</b><!-- siaddr? sname? tftp? -->
    1.30 +	 <pre>
    1.31 +siaddr mirror.slitaz.org
    1.32 +boot_file gpxe.pxe</pre>
    1.33 +	 </li>
    1.34 +	 <li>for <b>dhcpd</b>
    1.35 +	 <pre>
    1.36 +next-server "mirror.slitaz.org"
    1.37 +filemane "gpxe.pxe"</pre>
    1.38 +	 </li>
    1.39 +	 <li>for <b>dnsmasq</b>
    1.40 +	 <pre>
    1.41 +dhcp-boot=gpxe.pxe,mirror.slitaz.org</pre>
    1.42 +	 </li>
    1.43 +	 </ul>
    1.44 +
    1.45  <a name="mirrors"></a>
    1.46  <h3><a href="http://mirror.slitaz.org/awstats.pl?config=rsync" target="_blank">
    1.47  	<img title="Secondary mirrors" src="pics/website/vhosts.png"