slitaz-forge diff boot/en/index.php @ rev 705

boot.slitaz.org: remove obsolete required configuration
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 27 15:24:20 2019 +0100 (2019-10-27)
parents a05dc3f9babc
children bfbfff72fa9d
line diff
     1.1 --- a/boot/en/index.php	Sun Oct 27 12:14:51 2019 +0100
     1.2 +++ b/boot/en/index.php	Sun Oct 27 15:24:20 2019 +0100
     1.3 @@ -109,10 +109,13 @@
     1.4  	(<a href="http://mirror.slitaz.org/boot/floppy-grub4dos.md5">md5</a>)
     1.5  	and transfer the image to a blank floppy disk using the command:
     1.6  	<code>dd if=floppy-grub4dos of=/dev/fd0</code>. Boot the floppy and select
     1.7 -	iPXE entry.</li>
     1.8 +	iPXE entry.
     1.9 +	You can also create a <a href="http://mirror.slitaz.org/boot/ipxe">iPXE</a>
    1.10 +	only boot floppy for a faster boot process using the command:
    1.11 +	<code>dd if=ipxe of=/dev/fd0</code>.</li>
    1.12  	<li>Network boot: if you can modify your DHCP server configuration, declare
    1.13  	the tftp server <i>mirror.slitaz.org</i> and the boot file
    1.14 -	<i>ipxe.pxe</i>:
    1.15 +	<i><a href="http://mirror.slitaz.org/boot/ipxe.pxe">ipxe.pxe</a></i>:
    1.16  	<ul>
    1.17  	<li>for <b>udhcpd</b>
    1.18  	<pre>siaddr mirror.slitaz.org
    1.19 @@ -124,6 +127,10 @@
    1.20  	<pre>dhcp-boot=ipxe.pxe,mirror.slitaz.org</pre></li>
    1.21  	</ul>
    1.22  	</li>
    1.23 +	<li>Starting <a href="http://mirror.slitaz.org/boot/ipxe">iPXE</a> from
    1.24 +	DOS: renamed to ipxe.exe, it can be launched under DOS (Windows is not
    1.25 +	supported).
    1.26 +	</li>
    1.27  </ul>
    1.28  
    1.29  
    1.30 @@ -136,17 +143,6 @@
    1.31  </p>
    1.32  
    1.33  
    1.34 -<h3>Required configuration</h3>
    1.35 -
    1.36 -<p>
    1.37 -The default boot entry needs 160 MB RAM. Two entries are available to
    1.38 -boot with 24 MB:
    1.39 -</p>
    1.40 -<ul>
    1.41 -	<li><code>tiny</code> starts in text mode.</li>
    1.42 -	<li><code>loram</code> starts in graphical mode.</li>
    1.43 -</ul>
    1.44 -
    1.45  <!-- End of content -->
    1.46  </main>
    1.47