Changeset 44 for openembedded/zipitZ2BBfiles/fatroot/prepSDcard.pl
- Timestamp:
- 01/26/08 16:28:41 (4 years ago)
- Files:
-
- openembedded/zipitZ2BBfiles/fatroot/prepSDcard.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openembedded/zipitZ2BBfiles/fatroot/prepSDcard.pl
r35 r44 160 160 my $mount = "mount$$"; 161 161 # 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/; 163 163 $line !~ /POSIX tar archive/ && do { 164 164 print "\nERROR: ${line}";
