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 / bin / check.boot < prev    next >
Text File  |  2006-11-29  |  145b  |  6 lines

  1. #!/bin/bash
  2. OD=`/usr/bin/od --address-radix=d --skip-bytes=510 --read-bytes=2 -h $1 | 
  3.     sed -e "s/^.* //" -e '2,$d'`
  4. [ "$OD" = aa55 ]
  5. exit $?
  6.