View Single Post
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#227
If you want to update your system, you can try the trick I mentioned above. First, from inside Debian chroot, issue an "apt-get clean" command. Then, from a root maemo prompt (or add "sudo" in front of the mount command):
Code:
mkdir -p /media/mmc1/debian-apt-archives/partial
mount -o bind /media/mmc1/debian-apt-archives /debian/var/cache/apt/archives
Note the /media/mmc1/debian-apt-archives path can be anything you want, as long as there is enough space there (50-100 MB).

Then, from inside the Debian chroot, you can issue an "apt-get upgrade" and all should be well.
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!

Last edited by qole; 2008-10-31 at 00:16.
 

The Following 2 Users Say Thank You to qole For This Useful Post: