website annotate en/doc/handbook/livecd.html @ rev 7

English doc with Handbook (now we can work with Hg Paul!)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 29 12:05:31 2008 +0100 (2008-03-29)
parents
children 2ceb4453710d
rev   line source
pankso@7 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
pankso@7 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
pankso@7 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
pankso@7 4 <head>
pankso@7 5 <title>SliTaz Handbook (en) - LiveCD usage and options</title>
pankso@7 6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
pankso@7 7 <meta name="description" content="slitaz LveCD usage boot options boot" />
pankso@7 8 <meta name="expires" content="never" />
pankso@7 9 <meta name="modified" content="2008-02-25 13:20:00" />
pankso@7 10 <meta name="publisher" content="www.slitaz.org" />
pankso@7 11 <meta name="author" content="Christophe Lincoln"/>
pankso@7 12 <link rel="shortcut icon" href="favicon.ico" />
pankso@7 13 <link rel="stylesheet" type="text/css" href="book.css" />
pankso@7 14 </head>
pankso@7 15 <body bgcolor="#ffffff">
pankso@7 16
pankso@7 17 <!-- Header and quick navigation -->
pankso@7 18 <div id="header">
pankso@7 19 <div align="right" id="quicknav">
pankso@7 20 <a name="top"></a>
pankso@7 21 <a href="packages.html">Packages</a> |
pankso@7 22 <a href="index.html">Table of contents</a>
pankso@7 23 </div>
pankso@7 24 <h1><font color="#3E1220">SliTaz Handbook (en)</font></h1>
pankso@7 25 </div>
pankso@7 26
pankso@7 27 <!-- Content. -->
pankso@7 28 <div id="content">
pankso@7 29 <div class="content-right"></div>
pankso@7 30
pankso@7 31 <h2><font color="#DF8F06">LiveCD usage and options</font></h2>
pankso@7 32
pankso@7 33 <ul>
pankso@7 34 <li><a href="#boot">Boot from a cdrom.</a></li>
pankso@7 35 <li><a href="#home">Option : home=usb</a> - Use USB media as /home
pankso@7 36 partition.</li>
pankso@7 37 <li><a href="#home">Options : lang=XX and kmap=XX</a> - Specify language
pankso@7 38 and keyboard.</li>
pankso@7 39 <li><a href="#config">Option : config=&lt;device&gt;,&lt;path&gt;</a> -
pankso@7 40 Execute a script at boot time.</li>
pankso@7 41 <li><a href="#modprobe">Option : modprobe=modules</a> - Load needed Kernel
pankso@7 42 modules.</li>
pankso@7 43 <li><a href="#laptop">Option : laptop</a> - Load ac and battery modules.</li>
pankso@7 44 </ul>
pankso@7 45
pankso@7 46 <a name="boot"></a>
pankso@7 47 <h3>Boot from a cdrom</h3>
pankso@7 48 <p>
pankso@7 49 To boot SliTaz from a cdrom, just burn the ISO image onto a blank disc, then
pankso@7 50 reboot your computer with the disc in your cdrom drive. The first splash image
pankso@7 51 is powered by isolinux bootloader, you can then just press <code>ENTER</code>
pankso@7 52 with or without any options to start system initialisation. Note that pressing
pankso@7 53 <code>F1</code> will display help and information. SliTaz runs all
pankso@7 54 in memory and will not damage the host installed system. When the boot
pankso@7 55 process is finished, you can login without any password as user
pankso@7 56 <code>hacker</code>. To become root administrator, you can use the command
pankso@7 57 <code>su</code> with the password <code>root</code> in a XTerm window or
pankso@7 58 the Linux console.
pankso@7 59 </p>
pankso@7 60 <p>
pankso@7 61 The desktop is powered by JWM (Joe's Window Manager), you can get the menu by
pankso@7 62 clicking on the screen with one of the mouse buttons. Applications are
pankso@7 63 classified by category and are available in English. Menu, theme and wallpaper
pankso@7 64 can all be changed to your needs/preferences by editing one single file,
pankso@7 65 personal settings and data can be stored on USB media (Flash key, SD card, etc).
pankso@7 66 </p>
pankso@7 67
pankso@7 68 <a name="home"></a>
pankso@7 69 <h3>Option : home=usb</h3>
pankso@7 70 <p>
pankso@7 71 To store your data permanently (bookmarks, downloads, Firefox Add-ons, etc),
pankso@7 72 you need USB media with a partition formatted in <code>ext3</code> and it must
pankso@7 73 specify <code>home=usb</code> for <code>sda1</code> (most cases) or
pankso@7 74 <code>home=devname</code> at boot time. Note that you can also specify the
pankso@7 75 device using the partition UUID or label by using <code>home=*</code>. Example:
pankso@7 76 </p>
pankso@7 77 <pre>
pankso@7 78 slitaz home=sda1
pankso@7 79 </pre>
pankso@7 80 <h4>Prepare USB media</h4>
pankso@7 81 <p>
pankso@7 82 All USB media can formatted in the native Linux <code>ext3</code> filesystem.
pankso@7 83 Ext3 is a journalized, stable filesystem, it allows you to keep permissions
pankso@7 84 on all files and is much more secure than the default Windows FAT32 filesystem.
pankso@7 85 To format USB media you have a few options: the command line with
pankso@7 86 <code>mkfs.ext3</code>, the <code>tazusb</code> utility or graphically with Gparted.
pankso@7 87 To get a full list of available partitions including the USB drive you can use the command
pankso@7 88 <code>fdisk -l</code> and then format. Example:
pankso@7 89 </p>
pankso@7 90 <pre>
pankso@7 91 # fdisk -l
pankso@7 92 # tazusb format /dev/sda1
pankso@7 93 </pre>
pankso@7 94
pankso@7 95 <a name="i18n"></a>
pankso@7 96 <h3>Options : lang=XX and kmap=XX</h3>
pankso@7 97 <p>
pankso@7 98 When you use the LiveCD you have two options to directly configure the system
pankso@7 99 language and keyboard mapping, these options can be set by simply navigating to
pankso@7 100 your country code and reloading the bootloader configuration with <code>ENTER</code>.
pankso@7 101 To skip the language and keyboard configuration you can simply type options on the command
pankso@7 102 line, for English/UK:
pankso@7 103 </p>
pankso@7 104 <pre>
pankso@7 105 slitaz lang=en kmap=en
pankso@7 106 </pre>
pankso@7 107
pankso@7 108 <a name="config"></a>
pankso@7 109 <h3>Option : config=&lt;device&gt;,&lt;path&gt;</h3>
pankso@7 110 <p>
pankso@7 111 The <code>config=</code> option lets you execute a script at SliTaz boot time,
pankso@7 112 the script can be located on external media or a HD partition. For example, the
pankso@7 113 script can mount an ISO image on <code>/usr</code> to save memory and boot the
pankso@7 114 LiveCD on computers with only 32 Mb of RAM. An example with a script named
pankso@7 115 <code>slitaz.sh</code> located on the first disk and partition:
pankso@7 116 </p>
pankso@7 117 <pre>
pankso@7 118 slitaz config=/dev/hda1,slitaz.sh
pankso@7 119 </pre>
pankso@7 120
pankso@7 121 <a name="modprobe"></a>
pankso@7 122 <h3>Option : modprobe=modules</h3>
pankso@7 123 <p>
pankso@7 124 To load Kernel modules at boot time use the following example:
pankso@7 125 </p>
pankso@7 126 <pre>
pankso@7 127 slitaz modprobe=module1,module2
pankso@7 128 </pre>
pankso@7 129
pankso@7 130 <a name="laptop"></a>
pankso@7 131 <h3>Option : laptop</h3>
pankso@7 132 <p>
pankso@7 133 The option <code>laptop</code> will automatically load ac and battery Kernel
pankso@7 134 modules, useful for laptop computers:
pankso@7 135 </p>
pankso@7 136 <pre>
pankso@7 137 slitaz laptop
pankso@7 138 </pre>
pankso@7 139
pankso@7 140
pankso@7 141 <!-- End of content -->
pankso@7 142 </div>
pankso@7 143
pankso@7 144 <!-- Footer. -->
pankso@7 145 <div id="footer">
pankso@7 146 <div class="footer-right"></div>
pankso@7 147 <a href="#top">Top of the page</a> |
pankso@7 148 <a href="index.html">Table of contents</a>
pankso@7 149 </div>
pankso@7 150
pankso@7 151 <div id="copy">
pankso@7 152 Copyright &copy; 2008 <a href="http://www.slitaz.org/en/">SliTaz</a> -
pankso@7 153 <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
pankso@7 154 Documentation is under
pankso@7 155 <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
pankso@7 156 and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
pankso@7 157 </div>
pankso@7 158
pankso@7 159 </body>
pankso@7 160 </html>