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 / requires < prev    next >
Text File  |  2006-11-29  |  768b  |  24 lines

  1. #!/bin/sh
  2. #================
  3. # FILE          : requires
  4. #----------------
  5. # PROJECT       : YaST (Yet another Setup Tool v2)
  6. # COPYRIGHT     : (c) 2004 SUSE Linux AG, Germany. All rights reserved
  7. #               :
  8. # AUTHORS       : Marcus Schaefer <ms@suse.de>
  9. #               :
  10. #               :
  11. # BELONGS TO    : System installation and Administration
  12. #               :
  13. # DESCRIPTION   : This file contains all information describing
  14. #               : the various requirements which needs to be fulfilled
  15. #               : 
  16. #               :
  17. # STATUS        : $Id: requires 19738 2004-10-05 14:14:26Z ms $
  18. #----------------
  19. #
  20. #=========================================
  21. # min. memory needed for installation
  22. #-----------------------------------------
  23. MEM_NEEDED=90000
  24.