slender
|
2010-01-13
, 10:21
|
Posts: 2,829 |
Thanked: 1,459 times |
Joined on Dec 2009
@ Finland
|
#51
|
|
2010-01-13
, 10:22
|
|
Posts: 1,111 |
Thanked: 1,985 times |
Joined on Aug 2009
@ Åbo, Finland
|
#52
|
|
2010-01-13
, 10:23
|
|
Posts: 1,111 |
Thanked: 1,985 times |
Joined on Aug 2009
@ Åbo, Finland
|
#53
|
So do you mean that i should install radio with apt-get? It work eventhought I have disabled repositories from app manager?
|
2010-01-13
, 10:27
|
Posts: 2,829 |
Thanked: 1,459 times |
Joined on Dec 2009
@ Finland
|
#54
|
|
2010-01-13
, 10:38
|
Posts: 5 |
Thanked: 0 times |
Joined on Dec 2009
|
#55
|
For those who have installed python apps from testing or devel. The python in extras is now optified, which gives you a nice 20 megs extra in rootfs.
I had to manually remove some stuff to get it updated.
Here's what I did:
This will most likely remove some programs. You will see a list of what will be removed and asked to verify. Please note that you might not have the same programs installed as I did. FM Radio, Quicknote and Witter are a couple of python apps that will be removed.
in xterm as root:
apt-get remove python
apt-get remove python2.5
apt-get remove python-osso
apt-get autoremove
apt-get clean
now you should have much more space.
Install whatever programs that were removed. The new optified python libraries should be installed in the process.
Check with df -h that you see the opt mounts for python added to the list.
|
2010-01-13
, 10:46
|
|
Posts: 3,159 |
Thanked: 2,023 times |
Joined on Feb 2008
@ Finland
|
#56
|
|
2010-01-13
, 10:55
|
|
Posts: 1,111 |
Thanked: 1,985 times |
Joined on Aug 2009
@ Åbo, Finland
|
#57
|
or visit
http://wiki.maemo.org
and put your instructions there
please
e: because at least one sees only the essential parts, links etc are pretty soon forgotten no matter if it is a thread here, wiki page or whatever.
|
2010-01-13
, 10:56
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#58
|
|
2010-01-13
, 11:24
|
Posts: 2,829 |
Thanked: 1,459 times |
Joined on Dec 2009
@ Finland
|
#59
|
Yes it is - FM radio is in extras, and he only advised disabling extras-devel and extras-testing.
|
2010-01-13
, 17:42
|
Posts: 716 |
Thanked: 303 times |
Joined on Sep 2009
@ Sheffield, UK
|
#60
|
#!/bin/ash mkdir -p /home/root/usr/share cd /usr/ for FILE in games include local src var do mv $FILE /home/root/usr/ ln -s /home/root/usr/$FILE /usr/ done mkdir -p /home/root/var/cache cd /var/cache/ for FILE in apt do mv $FILE /home/root/var/cache/ ln -s /home/root/var/cache/$FILE /var/cache/ done cd /usr/share/ for FILE in fonts icons locale mime nokia-maps pixmaps sounds themes tutorial-applet zoneinfo do mv $FILE /home/root/usr/share/ ln -s /home/root/usr/share/$FILE /usr/share/ done mkdir /home/root/usr/share/games ln -s /home/root/usr/share/games .
The Following 4 Users Say Thank You to Alex Atkin UK For This Useful Post: | ||
Tags |
fremantle, maemo, maemo 5, n900, opt, optification, optify, root space, rootfs |
Thread Tools | |
|