home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
boot
/
i386
/
loader
/
isolinux.cfg
< prev
next >
Wrap
Text File
|
2006-11-29
|
864b
|
46 lines
default harddisk
# hard disk
label harddisk
localboot 0x80
# install
label linux
kernel linux
append initrd=initrd splash=silent showopts
# noacpi
label noacpi
kernel linux
append initrd=initrd splash=silent showopts acpi=off
# nolapic
label nolapic
kernel linux
append initrd=initrd splash=silent showopts nolapic
# failsafe
label failsafe
kernel linux
append initrd=initrd splash=silent showopts apm=off acpi=off mce=off barrier=off ide=nodma idewait=50 i8042.nomux psmouse.proto=bare irqpoll pci=nommconf
# rescue
label rescue
kernel linux
append initrd=initrd splash=silent rescue=1 showopts
# bios test
label firmware
kernel linux
append initrd=biostest,initrd splash=silent install=exec:run_biostest showopts
# memory test
label memtest
kernel memtest
implicit 1
gfxboot bootlogo
display message
prompt 1
timeout 200