slitaz-doc-wiki-data rev 139

Updated install to 4.0 for en:handbook:installation
author Christian Mesh meshca@clarkson.edu
date Mon Mar 19 21:44:02 2012 +0000 (2012-03-19)
parents 63abeb36532d
children 00f4329e0edf
files pages/en/handbook/installation.txt
line diff
     1.1 --- a/pages/en/handbook/installation.txt	Mon Mar 19 21:09:20 2012 +0000
     1.2 +++ b/pages/en/handbook/installation.txt	Mon Mar 19 21:44:02 2012 +0000
     1.3 @@ -6,15 +6,11 @@
     1.4  You may also do a [[http://doc.slitaz.org/en:guides:frugal|frugal]] or [[http://doc.slitaz.org/en:guides:uncommoninst|unusual]] install.
     1.5  ===== SliTaz Installer =====
     1.6  
     1.7 -SliTaz provides a simple to use Installer which can be launched from the "System Tools" menu. SliTaz 3.0 Installer messages are in English and can be used with these complimentary instructions.
     1.8 +SliTaz provides a simple to use Installer which can be accessed through TazPanel. SliTaz 4.0 Installer messages are in English and can be used with these complimentary instructions.
     1.9  
    1.10  === Install Type ===
    1.11  
    1.12 -The first step lets you choose the type of installation: new install or system upgrade. In most cases you will want a new and clean installation. On confirming this the installer will mount the master CD-ROM device and search for the compressed file-system (//rootfs.gz//). If no file-system is found, then the installation will abort.
    1.13 -
    1.14 -If you get into trouble because the compressed file-system is not found, please check that SliTaz is in the master CD/DVD device. If the problem persists you can use a downloaded ISO image and mount it on ///media/cdrom// where the installer expects to find it:
    1.15 -
    1.16 -<code> # mount -o loop slitaz-3.0.iso /media/cdrom </code>
    1.17 +The first step lets you choose the type of installation: new install or system upgrade. In most cases you will want a new and clean installation.
    1.18  
    1.19  === Target Partition ===
    1.20  
    1.21 @@ -24,11 +20,15 @@
    1.22  
    1.23  <file> /dev/hda2 </file>
    1.24  
    1.25 +=== Installation Media ===
    1.26 +
    1.27 +This section allows you to choose the source of the installation.  If you booted from a CD or USB device, select the live option respectivly.  If you have a special iso or are having issues using the Live media, you can use a local iso or web iso.
    1.28 +
    1.29  === Formatting ===
    1.30  
    1.31  <note warning> Formatting a partition **permanently** removes all data from it. Be sure you choose your intended partition carefully as //this action is irreversible//.</note>
    1.32  
    1.33 -The next step lets you format the target partition into ext3. Ext3 is a robust, stable and journalled file-system. If the partition is already formatted you can skip this step, if not just accept.
    1.34 +The next step lets you format the target partition into ext2, ext3, or ext4. Ext3 is a robust, stable and journalled file-system.
    1.35  
    1.36  === Hostname ===
    1.37  
    1.38 @@ -36,13 +36,13 @@
    1.39  
    1.40  === Boot-Loader (GRUB) ===
    1.41  
    1.42 -When the installation process is finished you have the option to install the GRUB boot-loader. GRUB is capable of booting almost any kind of operating system and can be configured through a human-readable text file; changes to this file are instant and do not require an additional commands to take effect.
    1.43 +At the end, you have the option to install the GRUB boot-loader. GRUB is capable of booting almost any kind of operating system and can be configured through a human-readable text file; changes to this file are instant and do not require an additional commands to take effect.
    1.44  
    1.45 -If you want to use an existing GRUB installation, skip this step and add the correct lines to your GRUB configuration file (menu.lst); [[installation#grub-boot-loader | see below]] for more information. Note that the SliTaz Installer creates a configuration file on the target which can be used as an example (///mnt/target/boot/grub/menu.lst//).
    1.46 +If you want to use an existing GRUB installation, ignore this and correct lines in your GRUB configuration file (menu.lst); [[installation#grub-boot-loader | see below]] for more information. Note that the SliTaz Installer creates a configuration file on the target which can be used as an example (///mnt/target/boot/grub/menu.lst//).
    1.47  
    1.48  === Finishing the Installation ===
    1.49  
    1.50 -When the Installer has finally done its job you have the option to exit or directly reboot your new SliTaz GNU/Linux operating system. First boot is like the LiveCD, you will be prompted for locale, keyboard, sound card and screen selection. Future reboots will not prompt you anymore for configuration details, but all the values can be changed either manually or with the project tools such as //tazlocale// or //tazx//.
    1.51 +When the Installer has finally done its job you have the option to exit or directly reboot your new SliTaz GNU/Linux operating system. First boot is like the LiveCD, you will be prompted for locale and keyboard selection. Future reboots will not prompt you anymore for configuration details, but all the values can be changed either manually or with the project tools such as //tazlocale// or //tazx//.
    1.52  
    1.53  ===== Manual ('By Hand') Installation =====
    1.54  
    1.55 @@ -63,7 +63,7 @@
    1.56  
    1.57  ...or if you are using an ISO image:
    1.58  
    1.59 -<code> # mount -o loop slitaz-3.0.iso /media/cdrom </code>
    1.60 +<code> # mount -o loop slitaz-4.0.iso /media/cdrom </code>
    1.61  
    1.62  === Install and Extract ===
    1.63  
    1.64 @@ -107,7 +107,7 @@
    1.65  === Example /boot/grub/menu.lst ===
    1.66  
    1.67  <file>
    1.68 -title  SliTaz GNU/Linux 3.0 (Kernel 2.6.34-slitaz)
    1.69 +title  SliTaz GNU/Linux 4.0 (Kernel 2.6.34-slitaz)
    1.70         root(hd0,0)
    1.71         kernel /boot/vmlinuz-2.6.34-slitaz root=/dev/hda1 vga=normal
    1.72  </file>
    1.73 @@ -143,7 +143,7 @@
    1.74  To include this option, edit your menu.lst to include the argument
    1.75  :
    1.76  <file>
    1.77 -title  SliTaz GNU/Linux 3.0 (Kernel 2.6.34-slitaz)
    1.78 +title  SliTaz GNU/Linux 4.0 (Kernel 2.6.34-slitaz)
    1.79         root(hd0,0)
    1.80         kernel /boot/vmlinuz-2.6.34-slitaz root=/dev/sda1 vga=normal rootdelay=10
    1.81  </file>