It's me again. I can't seem to get the tarball to extract. I tried the built-in tar but got the invalid option --j error like I expected. I tried using tar from from the debian image, but it didn't work either. Is this the correct usage: /home/user/img-install/tar xjvf /media/mmc1/debian-chroot-apps-040608.tar.bz2 I installed bzip2 per Maxoueb then tried again but it still didn't like the j option. I tried to bunzip2 the tarball but after 15 minutes of random letters, numbers and symbols flying by on the screen, it mercifully crashed. I suppose I could copy the image like others are doing, but I'd really like to know what I'm doing wrong.
/home/user/img-install/tar --use-compress-program /home/user/img-install/bzip2 -xvf /media/mmc1/debian-chroot-apps-040608.tar.bz2