rev |
line source |
pascal@542
|
1 =====================================================================
|
pascal@560
|
2 F6 SliTaz GNU/Linux - Temporary Autonomous Zone. options
|
pascal@542
|
3 =====================================================================
|
pascal@542
|
4
|
pascal@560
|
5 irqpoll : Recommended if problems with interrupts.
|
pascal@855
|
6 no387 : Disable mathematical coprocessor emulation.
|
pascal@560
|
7 vga=XXX : Change video mode or framebuffer.
|
pascal@854
|
8 788 (800x600), 791 (1024x768), 775 (1280x1024).
|
pascal@542
|
9
|
pascal@560
|
10 -------------------- SliTaz boot options ------------------
|
pascal@542
|
11 home=sda[1-9] : Mount and use USB key or external disk partition
|
pascal@560
|
12 as /home partition. The home=usb option mounts the
|
pascal@543
|
13 first partition (sda1) on /home.
|
pascal@560
|
14 config=<device>,<path> : Execute a script found on a device.
|
pascal@542
|
15 Example : config=/dev/hda1,slitaz.sh
|
pascal@560
|
16 modprobe=<module_list> : Force module(s) to load.
|
pascal@542
|
17 lang=* : Select language [en,fr_CH,fr_FR]
|
pascal@2887
|
18 kmap=* : Select keyboard [de-latin1,fr-latin1,fr_CH-latin1...]
|
pascal@542
|
19 sound=no : Remove all sound kernel modules.
|
pascal@542
|
20 sound=noconf : Do not configure sound card.
|
pascal@560
|
21 screen=<type> : Define screen type [text, 640x480x16..1920x1440x24]
|
pascal@959
|
22 user=* : Username account. Default "tux".
|
pascal@4098
|
23 xarg=* : Extra parameter for the X server [-2button,-dumb,-nozap...]
|
pascal@542
|
24
|
pascal@560
|
25 usage: slitaz [option]; Example :
|
pascal@4098
|
26 boot: slitaz irqpoll screen=1280x800x24 modprobe=3c59x xarg=-2button
|
pascal@542
|
27
|