home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / root / usr / lib / YaST2 / startup / common / functions.sh < prev    next >
Text File  |  2006-11-29  |  1KB  |  33 lines

  1. #================
  2. # FILE          : functions.sh
  3. #----------------
  4. # PROJECT       : YaST (Yet another Setup Tool v2)
  5. # COPYRIGHT     : (c) 2004 SUSE Linux AG, Germany. All rights reserved
  6. #               :
  7. # AUTHORS       : Marcus Schaefer <ms@suse.de> 
  8. #               :
  9. #               :
  10. # BELONGS TO    : System installation and Administration
  11. #               :
  12. # DESCRIPTION   : Common used functions for YaST2 startup
  13. #               : 
  14. #               :
  15. # STATUS        : $Id: functions.sh 19738 2004-10-05 14:14:26Z ms $
  16. #----------------
  17. #
  18. #=============================================
  19. # 1) Source common YaST2 script functions
  20. #---------------------------------------------
  21. . /usr/lib/YaST2/bin/yast2-funcs
  22.  
  23. #=============================================
  24. # 2) Source common Startup script functions
  25. #---------------------------------------------
  26. . /usr/lib/YaST2/startup/common/misc.sh
  27. . /usr/lib/YaST2/startup/common/network.sh
  28. . /usr/lib/YaST2/startup/common/logging.sh
  29. . /usr/lib/YaST2/startup/common/language.sh
  30. . /usr/lib/YaST2/startup/common/arch.sh
  31. . /usr/lib/YaST2/startup/common/stage.sh
  32. . /usr/lib/YaST2/startup/common/vnc.sh
  33.