Unfortunately Maemo has a very snappish watchdog that reboots your phone if it thinks it hangs due to a runaway process. This is almost certainly triggered when doing mayor package installations with normal process priority. So we'll do the dist-upgrade wit the lowest priority using the nice command: Code: nice -n 19 sudo apt-get update nice -n 19 sudo apt-get dist-upgrade
nice -n 19 sudo apt-get update nice -n 19 sudo apt-get dist-upgrade