home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / rescue / etc / sysconfig / hardware / scripts / functions.static < prev    next >
Text File  |  2006-11-29  |  163b  |  16 lines

  1. get_static_information() {
  2.     if [ -z "$CONFIG" ] ; then
  3.         test -r hwcfg-"$HWDESC" && CONFIG="$HWDESC"
  4.     fi
  5. }
  6.  
  7. get_config_getcfg() {
  8.     :
  9. }
  10.  
  11. get_config_fast() {
  12.     :
  13. }
  14.  
  15.  
  16.