List Archive: gentoo-dev
Hi
I had the same problem with 96 megs of RAM !
The work around was to perform the unzip and tar stages seperately
rather than through a pipe:
bzip2 -dc /mnt/cdrom/nameofmytarball.tbz2 > nameofmytarball.tar
tar -xvf nameofmytarball.tar
Hope this helps.
|
|