website rev 158

en: RootCD - Fix link
author Paul Issott <paul@slitaz.org>
date Tue Sep 09 18:38:28 2008 +0000 (2008-09-09)
parents 6437c01fcd2a
children 0b70fb72663e
files en/doc/cookbook/rootcd.html
line diff
     1.1 --- a/en/doc/cookbook/rootcd.html	Tue Sep 09 18:23:09 2008 +0000
     1.2 +++ b/en/doc/cookbook/rootcd.html	Tue Sep 09 18:38:28 2008 +0000
     1.3 @@ -43,7 +43,7 @@
     1.4  </ul>
     1.5  
     1.6  <a name="syslinux"></a>
     1.7 -<h3><font color="#6c0023">Syslinux/isolinux</font></h3>
     1.8 +<h3>Syslinux/isolinux</h3>
     1.9  <p>
    1.10  Syslinux and main bootloader of SliTaz - we use the isolinux version to start 
    1.11  the system contained on the CD-ROM. Simple effective and configurable, it
    1.12 @@ -68,7 +68,7 @@
    1.13  </pre>
    1.14  
    1.15  <a name="splash"></a>
    1.16 -<h3><font color="#6c0023">Isolinux boot splash image</font></h3>
    1.17 +<h3>Isolinux boot splash image</h3>
    1.18  <p>
    1.19  We can configure isolinux to display a splash image when booting SliTaz or
    1.20  any other operating system using isolinux. This image has a particular
    1.21 @@ -94,7 +94,7 @@
    1.22  </p>
    1.23  
    1.24  <a name="isolinux-iso"></a>
    1.25 -<h3><font color="#6c0023">ISO bootable with isolinux</font></h3>
    1.26 +<h3>ISO bootable with isolinux</h3>
    1.27  <p>
    1.28  To create a bootable ISO image using isolinux and genisoimage:
    1.29  </p>
    1.30 @@ -104,7 +104,7 @@
    1.31  </pre>
    1.32  
    1.33  <a name="grub"></a>
    1.34 -<h3><font color="#6c0023">GRUB</font></h3>
    1.35 +<h3>GRUB</h3>
    1.36  <p>
    1.37  GRUB (GRand Unified Bootloader) is a bootloader distributed by the GNU
    1.38  project. This is what is used during installation to a hard drive; it can
    1.39 @@ -143,7 +143,7 @@
    1.40  </pre>
    1.41  
    1.42  <a name="grub-iso"></a>
    1.43 -<h3><font color="#6c0023">ISO bootable with GRUB</font></h3>
    1.44 +<h3>ISO bootable with GRUB</h3>
    1.45  <p>
    1.46  To create a bootable ISO image using GRUB and genisoimage or mkisofs:
    1.47  </p>
    1.48 @@ -151,8 +151,8 @@
    1.49     	-no-emul-boot -V "SliTaz" -boot-load-size 4 -input-charset iso8859-1 \
    1.50     	-boot-info-table rootcd
    1.51  </pre>
    1.52 -<a name="Memtest86"></a>
    1.53 -<h3><font color="#6c0023">Memtest86</font></h3>
    1.54 +<a name="memtest86"></a>
    1.55 +<h3>Memtest86</h3>
    1.56  <p>
    1.57  The application memtest86 is a tool to test random access memory
    1.58  (RAM). We download the utility into the src directory, decompress the archive,