Loading QNX filesystem

Hi,

I have created an OS boot image to boot from CD. This image has only minimal bins, etc. for booting. I have more utilities, bins and libs in a tar file.

In my boot image, when i try to create a ramdisk and untar the tar file to the ramdisk, i get below error,

tar: interprocess channel: Cannot pipe: Function not implemented
tar: Error is not recoverable: exiting now

Any ideas how resolve this?

Regards
Sheran

You haven’t started binary “pipe” ?

Oopse! Think that should be the problem.

Thanks for pointing it out.