View Single Post
Old 01-02-2012, 09:25 AM   #20
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
I discovered that on the K4NT:

mount -o loop,noatime /mnt/us/debian.ext3 /mnt/us/ext3
mount /dev/mmcblk0p2 /mnt/mmc
/mnt/mmc/bin/bash
/mnt/us/ext3/opt/bin/ipkg


actually works if I add

mntroot rw
ln -s /mnt/us/ext3/opt/lib/libipkg.so.0.0.0 libipkg.so.0
mntroot ro


At least on the K4NT, the diag partition busybox not only has bash, but also has an ipkg-compatible wget in its busybox, unlike the less useful main partition busybox.

The busybox in the diag partition is v1.17.1, but the busybox in the main partition is version v1.7.2 (a lot older and with a lot less built-in commands than the diag version).

Last edited by geekmaster; 01-02-2012 at 09:29 AM.
geekmaster is offline   Reply With Quote