people, is it save to use "apt-get dist-upgrade" with this one?
If you run into a problem while using apt-get you can temporarily (for one command only) have the apt cache outside rootfs to be able to download larger deb files. Create a download folder on the eMMC to be used for the downloaded packages instead of the default apt archive folder. Code: mkdir -p /home/user/MyDocs/apt-archive-cache/archives/partial Now execute apt-get with the -o option as root: Code: apt-get -o dir::cache=/home/user/MyDocs/apt-archive-cache dist-upgrade
mkdir -p /home/user/MyDocs/apt-archive-cache/archives/partial
apt-get -o dir::cache=/home/user/MyDocs/apt-archive-cache dist-upgrade
Need to get 127MB of archives. After this operation 40.7 MB of additional disk space will be used