wok-stable annotate syslinux/stuff/enopts.txt @ rev 3280
Categorization: lesstif
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Tue Jun 02 09:47:04 2009 +0000 (2009-06-02) |
parents | 39440972a796 |
children | eda797775988 |
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@542 | 23 |
pascal@560 | 24 usage: slitaz [option]; Example : |
pascal@2887 | 25 boot: slitaz irqpoll screen=1280x800x24 modprobe=3c59x |
pascal@542 | 26 |