website diff en/doc/handbook/hacking-livecd.html @ rev 344

fr: Typo and add language links
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 28 01:45:51 2009 +0100 (2009-03-28)
parents 442ece8703dd
children fa2c5bed2417
line diff
     1.1 --- a/en/doc/handbook/hacking-livecd.html	Tue Sep 09 10:36:54 2008 +0000
     1.2 +++ b/en/doc/handbook/hacking-livecd.html	Sat Mar 28 01:45:51 2009 +0100
     1.3 @@ -110,7 +110,7 @@
     1.4  <p>
     1.5  The addition of various files and directories to the ISO image simply consists of copying data to
     1.6  the root of the cdrom (<code>rootcd/</code>) and generating a new image. The data may be classified
     1.7 -in one or two directories created in the root of the CD. Once the ISO image is burned to a CD-R/CD-RW
     1.8 +in one or two directories created in the root of the CD. Once the ISO image is burned to a CD-R/CD-RW,
     1.9  you can use SliTaz as before, mounted on <code>/media/cdrom</code> and navigate through your data using
    1.10  emelFM2, Clex or the command line. Your data will also be legible from all GNU/Linux systems, BSD or even
    1.11  ... Windows.
    1.12 @@ -154,7 +154,7 @@
    1.13  started by default after the (<code>timeout</code>) waiting time. <em>Timeout</em> is the 
    1.14  number of seconds to wait before booting the system, you can make it 0 to start booting 
    1.15  immediately or choose a waiting time as long as 80s. Finally the <code>prompt</code> can be
    1.16 -deactivated using the value <code>0</code>, F1, F2, F3 display help files and F4 displays a text file:
    1.17 +deactivated using the value <code>0</code>. F1, F2, F3 display help files and F4 displays a text file:
    1.18  </p>
    1.19  <pre class="script">display isolinux.msg
    1.20  default slitaz
    1.21 @@ -254,7 +254,7 @@
    1.22  <p>
    1.23  To keep things simple and to help you understand the principle, we are going to change a script file in
    1.24  order to execute some commands to be carried out automatically when the CD starts up. The target is
    1.25 -<code>etc/init.d/local.sh</code>, just open with your favorite text editor such as Geany:
    1.26 +<code>etc/init.d/local.sh</code> - just open with your favorite text editor such as Geany:
    1.27  </p>
    1.28  <pre> # geany etc/init.d/local.sh &amp;
    1.29  </pre>
    1.30 @@ -307,7 +307,7 @@
    1.31  <p>
    1.32  If you wish to test out a lot of new possibilities and generate a lot of ISO images, you may want to
    1.33  semi-automate the process via a simple SHell script. This tiny script can be created on the command line
    1.34 -or edited graphically, but don't forget to make it executable. You can create the script with <code>cat</code>,
    1.35 +or edited graphically, but don't forget to make it executable. You can create the script with <code>cat</code>;
    1.36  note that <code>EOF</code> signifies <em>End Of File</em>. To create the script <code>gen_hacked_iso.sh</code>
    1.37  using two variables to change the name of the ISO image and the path to the root directory of the cdrom:
    1.38  </p>