website diff en/doc/handbook/install.html @ rev 124

en: Tidy up Tazwok Manual & typos
author Paul Issott <paul@slitaz.org>
date Sat Jul 26 20:47:49 2008 +0000 (2008-07-26)
parents f0c0c73578c0
children d43b14063442
line diff
     1.1 --- a/en/doc/handbook/install.html	Sat Jun 14 14:48:17 2008 +0000
     1.2 +++ b/en/doc/handbook/install.html	Sat Jul 26 20:47:49 2008 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4      <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
     1.5      <meta name="description" content="slitaz English handbook installation" />
     1.6      <meta name="expires" content="never" />
     1.7 -    <meta name="modified" content="2008-04-07 11:30:00" />
     1.8 +    <meta name="modified" content="2008-07-17 04:15:00" />
     1.9      <meta name="publisher" content="www.slitaz.org" />
    1.10      <meta name="author" content="Christophe Lincoln"/>
    1.11      <link rel="shortcut icon" href="favicon.ico" />
    1.12 @@ -60,8 +60,8 @@
    1.13  The first step lets you choose the type of installation: new install or system 
    1.14  upgrade. In most cases you will want a new and clean installation. On confirming this
    1.15  the installer will mount the master cdrom device and search for the compressed
    1.16 -filesystem (<code>rootfs.gz</code>). If any filesystem was found, then installation
    1.17 -will abort.
    1.18 +filesystem (<code>rootfs.gz</code>). If no filesystem is found, then the
    1.19 +installation will abort.
    1.20  </p>
    1.21  <p>
    1.22  If you get into trouble because the compressed filesystem is not found, please
    1.23 @@ -74,7 +74,7 @@
    1.24  </pre>
    1.25  <h4>Target partition</h4>
    1.26  <p>
    1.27 -Second step is the partition configuration. If you have already a free partition
    1.28 +Second step is the partition configuration. If you already have a free partition
    1.29  you can directly use it, if not you will have to create one graphically with 
    1.30  Gparted or from the command line with fdisk. For example if you want to install
    1.31  SliTaz on the first partition of the first disk recognized as <code>hda</code>: 
    1.32 @@ -84,7 +84,7 @@
    1.33  <h4>Formating</h4>
    1.34  <p>
    1.35  The next step lets you format the target partition into <code>ext3</code>. Ext3
    1.36 -is a robust, stable and journalised filesystem. If the partition is already 
    1.37 +is a robust, stable and journaled filesystem. If the partition is already 
    1.38  formated you can skip this step, if not just accept. <em>Warning</em> formating a
    1.39  partition will destroy all current data.
    1.40  </p>
    1.41 @@ -92,7 +92,7 @@
    1.42  <p>
    1.43  Hostname configuration lets you set the machine name. The hostname is used 
    1.44  internally to identify the host on the network. This value can be
    1.45 -changed when the system is installed.
    1.46 +changed after the system is installed.
    1.47  </p>
    1.48  <h4>Bootloader - GRUB</h4>
    1.49  <p>
    1.50 @@ -158,8 +158,8 @@
    1.51   # cp /media/cdrom/boot/rootfs.gz /mnt/target
    1.52  </pre>
    1.53  <p>
    1.54 -Now the necessary files are present so you can change directory (<code>cd</code>)
    1.55 -to the target and uncompress the filesystem with <code>lzma</code> and
    1.56 +Now the necessary files are present so you can change (<code>cd</code>)
    1.57 +to the target directory and uncompress the filesystem with <code>lzma</code> and
    1.58  <code>cpio</code>:
    1.59  </p>
    1.60  <pre>