wok annotate syslinux/stuff/enopts.txt @ rev 560

Syslinux: english boot screen reviewed (thanks paul)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 12 20:30:14 2008 +0000 (2008-04-12)
parents cdf62ef3e419
children 97526a91fabb
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@542 6 no387 : Disable mathematic coprocessor emulation.
pascal@560 7 vga=XXX : Change video mode or framebuffer.
pascal@542 8 788 (800x600), 771 (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@542 18 kmap=* : Select keyboard [be,ca,de,en,es,fr,fr_CH,it,jp,us]
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@542 22
pascal@560 23 usage: slitaz [option]; Example :
pascal@542 24 boot: slitaz irqpoll screen=1280x800x24 lang=fr_CH kmap=fr_CH modprobe=3c59x
pascal@542 25