View Single Post
Posts: 106 | Thanked: 136 times | Joined on Apr 2010 @ Switzerland
#15
I tried to disable most package repositories but it only affects APT.

So I diverted dpkg databases temporarily with:
Code:
mv /var/lib/dpkg /home/var-lib-dpkg
ln -s /home/var-lib-dpkg /var/lib/dpkg
After a successful one-pass upgrade to CSSU thumb and reboot, my rootfs has 57 Mb free, so I can move it back to its original position.
Many thanks for your help