Show
Ignore:
Timestamp:
01/26/08 16:28:41 (4 years ago)
Author:
T0mW
Message:

Change name of tarball in README, prepSDcard file command needs to dereference symlinks.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openembedded/zipitZ2BBfiles/fatroot/prepSDcard.pl

    r35 r44  
    160160my $mount = "mount$$"; 
    161161        # validate that the image appears to be reasonable. 
    162         my $line = qx/file -b ${opt_tarball} 2>&1/; 
     162        my $line = qx/file -b -L ${opt_tarball} 2>&1/; 
    163163        $line !~ /POSIX tar archive/ && do { 
    164164                print "\nERROR: ${line}";