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 >
Text File  |  2006-11-29  |  864b  |  46 lines

  1. default harddisk
  2.  
  3. # hard disk
  4. label harddisk
  5.   localboot 0x80
  6.  
  7. # install
  8. label linux
  9.   kernel linux
  10.   append initrd=initrd splash=silent showopts
  11.  
  12. # noacpi
  13. label noacpi
  14.   kernel linux
  15.   append initrd=initrd splash=silent showopts acpi=off
  16.  
  17. # nolapic
  18. label nolapic
  19.   kernel linux
  20.   append initrd=initrd splash=silent showopts nolapic
  21.  
  22. # failsafe
  23. label failsafe
  24.   kernel linux
  25.   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
  26.  
  27. # rescue
  28. label rescue
  29.   kernel linux
  30.   append initrd=initrd splash=silent rescue=1 showopts
  31.  
  32. # bios test
  33. label firmware
  34.   kernel linux
  35.   append initrd=biostest,initrd splash=silent install=exec:run_biostest showopts
  36.  
  37. # memory test
  38. label memtest
  39.   kernel memtest
  40.  
  41. implicit    1
  42. gfxboot        bootlogo
  43. display        message
  44. prompt        1
  45. timeout        200
  46.