Sorry for a stupid question again...
I've add a new dest to my ipkg.conf file:
dest root /
dest home /home
which /home is /dev/mtdblock3
I've installed some app to home and it can't find my new installed apps.
So I've try to use ipk-link (I've got the version 1.6cvs20050120-r0) like this:
root@poodle:~# ipkg-link mount /home
*** Command: mount
*** Command: add
*** Locating package
Package "gconf" not found.
*** Command: add
*** Locating package
Package "gnome-vfs-plugin-file" not found.
*** Command: add
*** Locating package
Package "gnome-vfs" not found.
*** Command: add
*** Locating package
Package "gpe-filemanager" not found.
*** Command: add
*** Locating package
Package "libbonobo" not found.
*** Command: add
*** Locating package
Package "libidl-2-0" not found.
*** Command: add
*** Locating package
Package "libpopt0" not found.
*** Command: add
*** Locating package
Package "libxml2" not found.
*** Command: add
*** Locating package
Package "orbit2" not found.
*** Command: add
*** Locating package
Package "scap" not found.
*** Done.
root@poodle:~# ipkg-link list /home
*** Command: list
gconf
gnome-vfs-plugin-file
gnome-vfs
gpe-filemanager
libbonobo
libidl-2-0
libpopt0
libxml2
orbit2
scap
*** Done.
What am I doing wrong?