Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:handbook:livecd [2012/08/11 20:37] – [Text Mode] seacat | en:handbook:livecd [2015/12/11 20:15] (current) – linea | ||
|---|---|---|---|
| Line 23: | Line 23: | ||
| The SliTaz LiveCD accepts various boot options at the prompt. There are two types of options: options handled by SliTaz software and those generally handled by the Linux kernel. | The SliTaz LiveCD accepts various boot options at the prompt. There are two types of options: options handled by SliTaz software and those generally handled by the Linux kernel. | ||
| - | The options for SliTaz are used by various start-up scripts; the parameters such as the VGA mode are managed directly by the Kernel (kernel boot parameters). To pass options at start-up, just precede your commands with //slitaz// when the splash screen and **boot:** prompt is displayed. For example, | + | The options for SliTaz are used by various start-up scripts; the parameters such as the VGA mode are managed directly by the Kernel (kernel boot parameters). To pass options at start-up, |
| - | < | + | < |
| <note tip>The Linux kernel keeps options that were passed. These can be seen in the text file /// | <note tip>The Linux kernel keeps options that were passed. These can be seen in the text file /// | ||
| Line 49: | Line 49: | ||
| ^ // | ^ // | ||
| + | <note tip> vga=normal lets the system set a working resolution automatically.</ | ||
| <note tip>Once the system has started you have access to six pseudo-terminals via the key combinations Ctrl+Alt+F1 through Ctrl+Alt+F6. The key combination Ctrl+Alt+F7 and upwards are reserved for graphical output.</ | <note tip>Once the system has started you have access to six pseudo-terminals via the key combinations Ctrl+Alt+F1 through Ctrl+Alt+F6. The key combination Ctrl+Alt+F7 and upwards are reserved for graphical output.</ | ||
| === Slitaz Parameters === | === Slitaz Parameters === | ||
| * **home=usb** | * **home=usb** | ||
| - | * Specifies a /home directory to use within the Live environment. This will include your bookmarks, downloads and desktop customisations. To store your data permanently, | + | * Specifies a /home directory to use within the Live environment. This will include your bookmarks, downloads and desktop customisations. To store your data permanently, |
| < | < | ||
| * **Prepare USB media** | * **Prepare USB media** | ||
| - | * All USB media can formatted in the native Linux ext3 filesystem. Ext3 is a journaled, stable filesystem, it allows you to keep permissions on all files and is much more secure than the default Windows FAT32 filesystem. To format USB media you have a few options: the command line with mkfs.ext3, the tazusb utility or graphically with Gparted. To get a full list of available partitions including the USB drive you can use the command fdisk -l and then format. Example: | + | * All USB media can formatted in the native Linux ext3 filesystem. Ext3 is a journalised, stable filesystem, it allows you to keep permissions on all files and is much more secure than the default Windows FAT32 filesystem. To format USB media you have a few options: the command line with mkfs.ext3, the tazusb utility or graphically with Gparted. To get a full list of available partitions including the USB drive you can use the command fdisk -l and then format. Example: |
| < | < | ||
| fdisk -l | fdisk -l | ||
| Line 99: | Line 100: | ||
| ===== The Desktop ===== | ===== The Desktop ===== | ||
| - | When the system has finished its initialization, | + | When the system has finished its initialization, |
| The desktop is powered by // | The desktop is powered by // | ||
| Line 105: | Line 106: | ||
| ===== Text Mode ===== | ===== Text Mode ===== | ||
| - | <note important> | + | <note important> |
| The above information applies also to the text-mode log-in prompt. Once logged in, you can use the many text-mode applications available in SliTaz, such as the basic BusyBox operation, the GNU text editor //Nano//, or the //Clex// file manager. Just type the name of the application you wish to start. There is a [[en: | The above information applies also to the text-mode log-in prompt. Once logged in, you can use the many text-mode applications available in SliTaz, such as the basic BusyBox operation, the GNU text editor //Nano//, or the //Clex// file manager. Just type the name of the application you wish to start. There is a [[en: | ||
| - | <note tip>To launch a graphical desktop session from the text-mode prompt (if you have passed the screen=text option, or if Slim is not configured to run at startup, for example) just type **startx**. | + | <note tip>To launch a graphical desktop session from the text-mode prompt (if you have passed the screen=text option, or if Slim is not configured to run at startup, for example) just type **startx**.</ |