I might have to ask you how to do the mount command, unless I'm especially un-lazy & search for the command paramaters myself
[div align=\"right\"][a href=\"index.php?act=findpost&pid=132167\"][{POST_SNAPBACK}][/a][/div]
NOTE to self (after CoreDump helped out on IRC ):
How to mount a jffs2 image file:
jffs2 muste be compiled into the kernel
blkmtd must be compiled as module
cd to directory where initrd.bin exists &
AS ROOT:
losetup /dev/loop2 initrd.bin
modprobe blkmtd device=/dev/loop2
mkdir /dev/mtdblock
cd /dev/mtdblock
mknod 0 b 31 0
mkdir /mnt/iso_disk
mount -t jffs2 /dev/mtdblock/0 /mnt/iso_disk
..then copy the files in /mnt/iso_disk to a suitable directory (eg opie_files ), unmount it rmmod blkmtd & then start again with the new initrd.bin file corresponding to gpe & finally copy those files into a directory named gpe_files.
...I *was* going to re-create the initrd.bin combining both gpe & opie, but CoreDump reckons that this will be too big for the Zaurus to take. So instead, I might merge the gpe files, copying over the differences, and manually hack some scripts.
ALTERNATIVE SOLUTION (which may or may not work!):
- just use the gpe image & then once it's all up & running, simply do:
ipkg install opie
(& some other opie stuff I guess - not sure what yet).
This latter approach might be much simpler in the long run - not sure yet
...this all for an sl-3200 (terrier) BTW, hence no need to install to sd