Is that something that can be fixed by copying e.g. /usr/lib into /home/opt and sym-linking from the original location? Actually, isn't this the sort of reason why we have both /bin and /usr/bin - so you can have a small root device, and put the bulk in /usr on the big one. Is the main store too slow for /usr?
mkdir -p /opt/reclaim/var/lib cp -a /var/lib/dbpkg /opt/reclaim/var/lib/dpkg mv /var/lib/dpkg /var/lib/dpkg_tmp && ln -s /opt/reclaim/var/lib/dpkg /var/lib/dpkg < test a bit > rm -rf /var/lib/dpkg_tmp
" du -sxh / " says 341MB. Whats gone wrong there? rootfs compression of some sort?
edit: ok, I see that diffmo has installed into /home/opt/maemo/usr/bin/. Maybe we need to install packages with "apt-get install --root=/opt/maemo ..." to avoid filling root?