home *** CD-ROM | disk | FTP | other *** search
/ ftp.jcu.edu.au / 2014.06.ftp.jcu.edu.au.tar / ftp.jcu.edu.au / v6.3.2b / SWBD68 / prefwdl < prev    next >
Text File  |  2010-11-07  |  686b  |  30 lines

  1. #!/bin/sh
  2. #
  3. #    Copyright (c) 2004 Brocade Communications Systems, Inc.
  4. #    All rights reserved.
  5. #
  6. #    Description:
  7. #
  8. #        This pre-install script will be run before firmware
  9. #        download starts.  It checks the combination of platform
  10. #        (21=meteor/cp128, 42=saturn/cp256) and chassis option
  11. #        (1=single switch/CER, 2=dual switch, etc), to see if 
  12. #        the firmware download will be accepted.
  13. #
  14. #        This version of the script is for starting firmware version 4.5.
  15. #        It needs to be updated for every minor release.
  16. #
  17.  
  18. PATH=/bin:/usr/bin:/sbin:/usr/sbin
  19.  
  20. #
  21. # main()
  22. #
  23.  
  24. #
  25. # Initialize the install bitmap status 
  26. #
  27. rm -f /mnt/var/pkg_bitmap
  28.  
  29. exit 0
  30.