Changeset 44
- Timestamp:
- 01/26/08 16:28:41 (9 months ago)
- Files:
-
- openembedded/zipitZ2BBfiles/fatroot/prepSDcard.pl (modified) (1 diff)
- openembedded/zipitZ2BBfiles/fatroot/README-sdcard (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}"; openembedded/zipitZ2BBfiles/fatroot/README-sdcard
r33 r44 83 83 your system, then: 84 84 85 ./prepSDcard.pl - partition --fatroot=zipitZ2BBfiles/fatroot/fatroot.zip --tarball=tmp.zipitZ2/deploy/images/base-image-zipit2.rootfs.tar85 ./prepSDcard.pl --partitions --fatroot=zipitZ2BBfiles/fatroot/fatroot.zip --tarball=tmp.zipitZ2/deploy/images/base-image-zipit2.tar 86 86 87 87 That is all one line. It will partition the card,
