|
|
楼主 |
发表于 2006-12-21 16:51:09
|
显示全部楼层
楼上的大侠请看,以下是光盘根目录下的ISOLINUX.CFG的内容:
display boot/splash.cfg
default slax
prompt 1
timeout 40
F1 boot/splash.txt
F2 boot/splash.cfg
label slax
kernel boot/vmlinuz
append vga=769 max_loop=255 initrd=boot/initrd.gz init=linuxrc load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=4444 root=/dev/ram0 rw autoexec=xconf;startx
label linux
kernel boot/vmlinuz
append vga=769 max_loop=255 initrd=boot/initrd.gz init=linuxrc load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=4444 root=/dev/ram0 rw
label memtest
kernel boot/memtest
以下是boot目录下的SPLASH.CFG的内容:
boot/splash.lss
0f
Welcome to use Jiangmin. Hit Enter to continue booting...
以下是boot目录下SPLASH.TXT的内容:
0f+-----------------------------------------------------------------------------+
| You can affect the system by passing some special parameters to the Linux |
| kernel. Type "slax" followed by one or more parameters as shown below, or |
| just hit Enter to skip this prompt and to continue booting. Read the file |
| "cheatcodes.txt" on the CD for much more boot options available for SLAX. |
| |
| slax nohotplug ........ to disable HW detection (+try nopcmcia noagp nodma) |
| slax passwd=ask ....... to ask for new root's password before starting slax |
| slax copy2ram ......... to copy all CDdata to RAM (needs 320MB RAM to work) |
| slax webconfig=ask..... to restore your configuration from SLAX website |
| slax load=modules ..... to load optional modules, eg: load=wine,lang_cs,xfc |
| slax autoexec=cmd ..... to autostart command "cmd", skip slax login prompt |
| slax nosound .......... mute sound instead of raising volume to 77% |
| slax nohd ............. don't mount harddisks even in read-only mode |
| slax nocd ............. don't mount any cdrom, look for SLAX data on disk |
| memtest ............... to test RAM with memtest (instead of starting SLAX) |
| |
| Examples: |
| boot: slax copy2ram autoexec=startx ... copy CD to RAM and start X +------|
| boot: slax load=wine,xmms ... to load modules wine.img and xmms.img | SLAX |
+-----------------------------------------------------------------------------+ |
|