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

Fix fa2c5bed2417, en: localy browseable (with file://)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 26 09:50:23 2009 +0100 (2009-10-26)
parents fa2c5bed2417
children 0ae6cfc85e03
line diff
     1.1 --- a/en/doc/handbook/hacking-livecd.html	Wed Aug 19 14:09:59 2009 +0200
     1.2 +++ b/en/doc/handbook/hacking-livecd.html	Mon Oct 26 09:50:23 2009 +0100
     1.3 @@ -32,13 +32,13 @@
     1.4  <h2><font color="#df8f06">Hacking SliTaz LiveCD</font></h2>
     1.5  
     1.6  <ul>
     1.7 -    <li><a href="index.html#intro">Introduction.</a></li>
     1.8 -    <li><a href="index.html#pre">Organization and preparation.</a></li>
     1.9 -    <li><a href="index.html#add-files">Add files to the ISO.</a></li>
    1.10 -    <li><a href="index.html#isolinux">Modify the isolinux configuration.</a></li>
    1.11 -    <li><a href="index.html#memtest">Install and use Memtest86.</a></li>
    1.12 -    <li><a href="index.html#rootfs">Manipulate the Live root system.</a></li>
    1.13 -    <li><a href="index.html#gen-iso">Generate a bootable ISO image with isolinux.</a></li>
    1.14 +    <li><a href="hacking-livecd.html#intro">Introduction.</a></li>
    1.15 +    <li><a href="hacking-livecd.html#pre">Organization and preparation.</a></li>
    1.16 +    <li><a href="hacking-livecd.html#add-files">Add files to the ISO.</a></li>
    1.17 +    <li><a href="hacking-livecd.html#isolinux">Modify the isolinux configuration.</a></li>
    1.18 +    <li><a href="hacking-livecd.html#memtest">Install and use Memtest86.</a></li>
    1.19 +    <li><a href="hacking-livecd.html#rootfs">Manipulate the Live root system.</a></li>
    1.20 +    <li><a href="hacking-livecd.html#gen-iso">Generate a bootable ISO image with isolinux.</a></li>
    1.21  </ul>
    1.22  
    1.23  <a name="intro"></a>
    1.24 @@ -126,7 +126,7 @@
    1.25  </pre>
    1.26  <p>
    1.27  Now that a directory exists that anybody can write to, you can start to fill it. Once you've finished
    1.28 -you can then <a href="index.html#gen-iso">generate a bootable ISO image</a>.
    1.29 +you can then <a href="hacking-livecd.html#gen-iso">generate a bootable ISO image</a>.
    1.30  </p>
    1.31  
    1.32  <a name="isolinux"></a>
    1.33 @@ -177,7 +177,7 @@
    1.34        append initrd=/boot/rootfs.gz rw root=/dev/null lang=en kmap=en</pre>
    1.35  <p>
    1.36  Once you've finished modifying the configuration file, don't forget to save your changes and
    1.37 -<a href="index.html#gen-iso">generate a bootable ISO image</a> with isolinux.
    1.38 +<a href="hacking-livecd.html#gen-iso">generate a bootable ISO image</a> with isolinux.
    1.39  </p>
    1.40  
    1.41  <a name="memtest"></a>
    1.42 @@ -205,7 +205,7 @@
    1.43  </pre>
    1.44  <p>
    1.45  Now that the binary is installed in the <em>root CD</em>, we can just add an entry for memtest86
    1.46 -to the isolinux configuration file and <a href="index.html#gen-iso">generate a bootable ISO image</a>.
    1.47 +to the isolinux configuration file and <a href="hacking-livecd.html#gen-iso">generate a bootable ISO image</a>.
    1.48  Navigate to <code>/home/slitaz/hacked</code> and edit <code>isolinux.cfg</code> using Leafpad:
    1.49  </p>
    1.50  <pre> # cd /home/slitaz/hacked
    1.51 @@ -224,7 +224,7 @@
    1.52  Changes to the Live root system allow you for example, to add a new user and password, customize graphics or 
    1.53  execute commands automatically at boot time. The necessary operations for changing the root file system are:
    1.54  extract the compressed file system <code>rootfs.gz</code>, modify, rebuild the image and generate the ISO.
    1.55 -Based on the assumption that you've <a href="index.html#pre">prepared a working directory</a>, we begin by creating
    1.56 +Based on the assumption that you've <a href="hacking-livecd.html#pre">prepared a working directory</a>, we begin by creating
    1.57  a directory to contain the files on the changed system. Since the compressed root file system is named 
    1.58  <code>rootfs.gz</code>, we suggest you use <code>rootfs/</code> to extract to. Navigate to the <code>hacked/</code>
    1.59  directory, create the root directory and copy the compressed file system from <code>rootcd/boot/</code> 
    1.60 @@ -278,7 +278,7 @@
    1.61  </pre>
    1.62  <p>
    1.63  Finally copy the compressed file system into the <code>boot/</code> directory at the root of the CD and
    1.64 -<a href="index.html#gen-iso">generate a bootable ISO image</a> with isolinux. To copy the newly compressed
    1.65 +<a href="hacking-livecd.html#gen-iso">generate a bootable ISO image</a> with isolinux. To copy the newly compressed
    1.66  <em>rootfs</em> into the working directory:
    1.67  </p>
    1.68  <pre> # cd ../
    1.69 @@ -338,7 +338,7 @@
    1.70  <!-- Footer. -->
    1.71  <div id="footer">
    1.72  	<div class="footer-right"></div>
    1.73 -	<a href="index.html#top">Top of the page</a> | 
    1.74 +	<a href="hacking-livecd.html#top">Top of the page</a> | 
    1.75  	<a href="index.html">Table of contents</a>
    1.76  </div>
    1.77