##----------------------------------------------------------------------------- ## hd.txt - fli4l configuration parameters __FLI4LVER__ ## ## P L E A S E R E A D T H E D O C U M E N T A T I O N , ## S E E R E A D M E . T X T ## ## B I T T E U N B E D I N G T D I E D O K U M E N T A T I O N ## L E S E N , S I E H E R E A D M E . T X T ## ## Creation: 26.06.2001 fm ## Last Update: $Id$ ## ## Copyright (c) 2001 - 2005 Frank Meyer ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by ## the Free Software Foundation; either version 2 of the License, or ## (at your option) any later version. ##----------------------------------------------------------------------------- #------------------------------------------------------------------------------ # Optional package: HD controler drivers # # Driver Bus Description # # ide-hd generic IDE-Controllers, NOT IDE-Raid # ide-floppy LS-120 and ATAPI-Zip # atp870u PCI ACARD 870U/W # aha152x ISA/VLB Adaptec AHA-1510, AHA-1520, AHA-1522, and AHA-2825 # aha1542 ISA Adaptec AHA154x Controller # aic7xxx PCI various aic7xxx based Adaptec SCSI controllers but # *not* AHA2920 # advansys all adapters manufactered by Advansys # buslogic PCI BusLogic MultiMaster and FlashPoint adapters # fdomain PCI Future Domain 16xx SCSI/AHA-2920A # g_ncr5380 ISA generic NCR family of SCSI controllers # initio PCI Initio 91XXU(W) SCSI host adapter # a100u2w PCI Initio INI-A100U2W SCSI host adapter # sym53c8xx_2 PCI All Adapter with Symbios Logic (LSI) Chips 53c8xx # (Kernel 2.4 only) # sym53c8xx PCI All Adapter with Symbios Logic (LSI) Chips 53c8xx # (Kernel 2.6 only) # ncr53c8xx PCI NCR53C8XX family of PCI-SCSI controllers # (Kernel 2.4 only) # sim710 Simple 53c710 SCSI support (Compaq, NCR machines) # (Kernel 2.4 only) # sym53c416 ISA sym53c416 SCSI host adapter # tmscsim PCI Tekram DC390(T) and Am53/79C974 based adapters # ultrastor UltraStor 14F, 24F and 34F SCSI-2 # # This is an Industry Standard Flash-Module: # # diskonchip M-Sys DiskOnChip # # Some drivers for CDROM-Drives: # ide-cd IDE-CDROM # scsi-cd SCSI-CDROM, you need to select a SCSI-Driver too! # #------------------------------------------------------------------------------ OPT_HDDRV='no' # install drivers for harddisk: yes or no HDDRV_N='1' # number of HD drivers to load, usually 1 HDDRV_1='ide-hd' # 1st driver: name (e.g. ide-hd) HDDRV_1_OPTION='' # 1st driver: additional option #------------------------------------------------------------------------------ # Optional package: install on HD or Flashdisk #------------------------------------------------------------------------------ OPT_HDINSTALL='no' # install on harddisk: yes or no #------------------------------------------------------------------------------ # Optional: mount additional devices #------------------------------------------------------------------------------ OPT_MOUNT='no' # mount partitions, created by opt_hdinstall #------------------------------------------------------------------------------ # Optional package: Power-Down for IDE Harddisk #------------------------------------------------------------------------------ OPT_HDSLEEP='no' # power down HD after some time HDSLEEP_TIMEOUT='2' # wait 2 minutes until power down #------------------------------------------------------------------------------ # Optional package: aktivate tools used to create recovery version by # copying normal boot images to recovery images. Syslinux boots the # recovery version if 'r' is pressed when syslinux offers the boot menu #------------------------------------------------------------------------------ OPT_RECOVER='no'