home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 January / PCpro_2005_01.ISO / isolinux / isolinux.cfg < prev    next >
Encoding:
Text File  |  2004-06-02  |  277 b   |  15 lines

  1. default linux
  2. prompt 1
  3. timeout 150
  4. display boot.msg
  5. F1 help.msg
  6. F2 boot.msg
  7.  
  8. label linux
  9.   kernel vmlinuz
  10.   append initrd=all.rdz acpi=ht quiet devfs=nomount automatic=method:cdrom
  11.  
  12. label acpi
  13.   kernel vmlinuz
  14.   append initrd=all.rdz quiet devfs=nomount automatic=method:cdrom
  15.