Changeset 44

Show
Ignore:
Timestamp:
01/26/08 16:28:41 (5 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}"; 
  • openembedded/zipitZ2BBfiles/fatroot/README-sdcard

    r33 r44  
    8383your system, then: 
    8484 
    85 ./prepSDcard.pl -partition --fatroot=zipitZ2BBfiles/fatroot/fatroot.zip --tarball=tmp.zipitZ2/deploy/images/base-image-zipit2.rootfs.tar 
     85./prepSDcard.pl --partitions --fatroot=zipitZ2BBfiles/fatroot/fatroot.zip --tarball=tmp.zipitZ2/deploy/images/base-image-zipit2.tar 
    8686 
    8787That is all one line. It will partition the card,