# HG changeset patch # User Paul Issot # Date 1208294927 -3600 # Node ID 796d31b08d96dbe121af852b3fbacfb904ef90d5 # Parent 8f918dd1c1bef926de9e1bd3674785ccd5721ee0 Update LiveCD - Handbook (en) diff -r 8f918dd1c1be -r 796d31b08d96 en/doc/handbook/livecd.html --- a/en/doc/handbook/livecd.html Sun Apr 13 14:06:40 2008 +0100 +++ b/en/doc/handbook/livecd.html Tue Apr 15 22:28:47 2008 +0100 @@ -32,15 +32,21 @@ @@ -50,8 +56,8 @@ reboot your computer with the disc in your cdrom drive. The first splash image is powered by isolinux bootloader, you can then just press ENTER with or without any options to start system initialisation. Note that pressing -F1 will display help and information. SliTaz runs all -in memory and will not damage the host installed system. When the boot +F1-F4 will display help and information. SliTaz runs entirely +in memory and will not damage the installed host system. When the boot process is finished, you can login without any password as user hacker. To become root administrator, you can use the command su with the password root in a XTerm window or @@ -61,11 +67,53 @@ The desktop is powered by JWM (Joe's Window Manager), you can get the menu by clicking on the screen with one of the mouse buttons. Applications are classified by category and are available in English. Menu, theme and wallpaper -can all be changed to your needs/preferences by editing one single file, +can all be changed to your needs/preferences by editing one single file - personal settings and data can be stored on USB media (Flash key, SD card, etc).

- + +

Options and parameters to pass at boot

+

+The SliTaz LiveCD can pass various boot options via the command prompt powered by syslinux. +There are two types of option: those of SliTaz and those of the Linux Kernel. +The options for SliTaz are used by various startup scripts and the parameters +such as the VGA mode, are managed directly by the Kernel (kernel boot parameters). +To pass options at startup, just precede your commands with slitaz +

+
 slitaz vga=791 no387
+
+

+Note that the Linux Kernel keeps data passed to boot in the text file /proc/cmdline. +On a GNU/Linux system, you can view this information by running the command: +

+
 $ cat /proc/cmdline 
+
+ + +

Parameters of the Linux Kernel

+

+On GNU/Linux systems, parameters specific to the Kernel vary greatly depending on +the configuration used in compiling it. The kernel used by SliTaz +is constructed with a minimum of modules and offers very +few modifiable parameters at startup. However, you can disable the +emulation of a math coprocessor via option: no387 and/or activate +irqpoll in the case of problems with interrupts (CD/DVD). The SliTaz +Kernel also provides a video output mode for the VGA Vesa framebuffer + - this is what displays the tux logo and manages the display of the Linux terminal. +Once the system has started you have access to six pseudo terminals via the key combinations +Ctrl+alt+F1, Ctrl+alt+F2, and so on. +

+ +

vga=XXX - VGA Kernel modes

+
Colors | 640x480  800x600  1024x768  1280x1024  1600x1200
+-------------------------------------------------------
+256    |  769      771       773       775        796
+32768  |  784      787       790       793        797
+65536  |  785      788       791       794        798
+16,8M  |  786      789       792       795        799
+
+ +

Option : home=usb

To store your data permanently (bookmarks, downloads, Firefox Add-ons, etc), @@ -92,7 +140,7 @@ # tazusb format /dev/sda1 - +

Options : lang=XX and kmap=XX

When you use the LiveCD you have two options to directly configure the system @@ -118,6 +166,25 @@ slitaz config=/dev/hda1,slitaz.sh + +

Option : screen=<type>

+

+The screen= option lets you specify your screen resolution at boot. +Note that the screen=text option disables the Slim login manager. Example: +

+
 slitaz screen=1024x768x24
+
+ + +

Option : sound=*

+

+The option sound=no or sound=noconf lets you respectively disable all +of the modules and applications relating to sound to save memory (ram) or skip the automatic setup +of the sound card, but still allow you to manually configure if needed: +

+
 slitaz sound=no
+
+

Option : modprobe=modules

@@ -131,12 +198,30 @@

Option : laptop

The option laptop will automatically load ac and battery Kernel -modules, useful for laptop computers: +modules - useful for laptop computers:

  slitaz laptop
 
+ +

Sessions - Login, passwords and X

+

+When the system has finished it's initialization, the screen is cleared and the +login prompt or the session manager Slim is displayed. Now you can choose to login +as hacker (without password) or as root administrator. +

+

+Once logged into a session, you can use the many commands available in Busybox, +the GNU text editor Nano or the Clex file manager. You can initiate a graphical server +(X) via startx or connect to a remote machine via SSH or X. +The startx command will launch Xvesa and start the JWM window manager. +To launch a X session from the Linux console, for example if you have passed the +screen=text option or if Slim is not configured to run at startup: +

+
 $ startx
+
+