nice one!
on my desktop:
mkcramfs docs j2sdk-1.4.2-doc.cramfs
scp j2sdk-1.4.2-doc.cramfs zaurus@
on the zaurus:
mkdir /mnt/card/Documents/j2sdk-1.4.2-doc
mount -t cramfs /mnt/card/j2sdk-1.4.2-doc.cramfs /mnt/card/Documents/j2sdk-1.4.2-doc -r -o loop
I\'ve added the mount/unmount command to /etc/sdcontrol file, is it a better place to put it?