The Following User Says Thank You to oneat For This Useful Post: | ||
![]() |
2011-05-15
, 18:42
|
|
Posts: 551 |
Thanked: 507 times |
Joined on Feb 2010
@ North West England
|
#2
|
![]() |
2011-05-15
, 18:55
|
Posts: 53 |
Thanked: 2 times |
Joined on Apr 2011
|
#3
|
![]() |
2011-05-15
, 18:59
|
Posts: 28 |
Thanked: 11 times |
Joined on Nov 2010
|
#4
|
![]() |
2011-05-15
, 19:03
|
Posts: 53 |
Thanked: 2 times |
Joined on Apr 2011
|
#5
|
![]() |
2011-05-15
, 19:32
|
|
Posts: 518 |
Thanked: 334 times |
Joined on Mar 2010
@ italy
|
#6
|
root cd /var/lib/dpkg/info cp -r /var/lib/dpkg /opt/ rm -r /var/lib/dpkg ln -sf /opt/dpkg /var/lib/ exit close
deb http://repository.maemo.org/ fremantle/sdk free non-free deb http://repository.maemo.org/ fremantle/tools free non-free
root apt-get install python-xdg git-core gcc-4.2 g++-4.2 make grep-gnu python-dev cd /usr/bin ln -s gcc-4.2 gcc ln -s g\+\+-4.2 g\+\+ cd apt-get install patch diffutils-gnu tar-gnu bzip2 fiasco-gen rdiff cd /opt/maemo/usr/lib cp -pr /user/lib/gcc . cd /user/lib rm -rf gcc/ ln -s /opt/maemo/usr/lib/gcc gcc cd apt-get clean apt-get autoclean apt-get autoremove apt-get purge exit exit
![]() |
2011-05-15
, 19:46
|
|
Posts: 311 |
Thanked: 376 times |
Joined on Nov 2010
@ Hungary
|
#7
|
The Following User Says Thank You to zdanee For This Useful Post: | ||
![]() |
2011-05-15
, 20:13
|
Posts: 53 |
Thanked: 2 times |
Joined on Apr 2011
|
#8
|
![]() |
2011-05-15
, 20:31
|
|
Posts: 311 |
Thanked: 376 times |
Joined on Nov 2010
@ Hungary
|
#9
|
I don't want to have more opt space (doing this is amazingly easy for me). I just want to have something like normal linux where I could be power user. Install thousands of apts by "make, make install" (or unoptified packages which works like make) and not be worried that my memory will vanish in any time. Your answers were very helpful for me, but I need something that would resolve this problem (copying whole root on eMMC or smth like) and not only partially. I bought this mobile instead of buying a new linux computer. Got me?
Be my last hope!
PS: I don't have any microSD-like-card
EDIT: I mean rootfs memory
Last edited by oneat; 2011-05-15 at 18:47.