website diff en/doc/scratchbook/base-system.html @ rev 222

en: Tiny typos
author Paul Issott <paul@slitaz.org>
date Sat Dec 13 17:55:55 2008 +0000 (2008-12-13)
parents 6befe96558b4
children 11e425da85eb
line diff
     1.1 --- a/en/doc/scratchbook/base-system.html	Wed Nov 26 17:59:31 2008 +0000
     1.2 +++ b/en/doc/scratchbook/base-system.html	Sat Dec 13 17:55:55 2008 +0000
     1.3 @@ -99,7 +99,7 @@
     1.4  also install the modules in a directory so as not to touch the host system. The configuration 
     1.5  of the Linux kernel sources is done by <code>make menuconfig</code> using ncurses or graphically 
     1.6  with <code>make gconfig</code> or <code>make xconfig</code> using GTK development packages and/or 
     1.7 -QT respectively. You can find in <a href="http://www.slitaz.org/en/doc/cookbook/slitaz-tools.html">SliTaz tools</a> 
     1.8 +QT respectively. You can find in <a href="http://www.slitaz.org/en/doc/cookbook/slitaz-tools.html">SliTaz tools</a>,
     1.9  Makefiles for the various 2.6.xx kernels.
    1.10  </p>
    1.11  <p>
    1.12 @@ -210,7 +210,7 @@
    1.13  </p>
    1.14  <p>
    1.15  You are free to create your own directory tree. In traditional Unix systems, /usr usually contains
    1.16 -files from the distribution, /dev contains devices (devices), /etc contains configuation files,
    1.17 +files from the distribution, /dev contains devices (devices), /etc contains configuration files,
    1.18  /lib libraries, /home for home users and /var for variable data. Note that we do not create 
    1.19  /lib, /bin or /sbin - these are created when BusyBox is installed.
    1.20  </p>
    1.21 @@ -537,7 +537,7 @@
    1.22  For a new image, when making changes in rootfs, simply copy the new rootfs.gz archive to rootcd/boot 
    1.23  and create a new image with <code>genisoimage</code> or <code>mkisofs</code>. For this you can also 
    1.24  use <strong>mktaziso</strong> within SliTaz tools. This script will check if the directories are present, 
    1.25 -generate a new compressed cpio archive and create a new bootable ISO image.
    1.26 +create a new compressed cpio archive and generate a new bootable ISO image.
    1.27  </p>
    1.28  <a name="rootcd"></a>
    1.29  <h3><font color="#6c0023">Make rootcd files</font></h3>