The Following User Says Thank You to myk For This Useful Post: | ||
![]() |
2009-12-18
, 15:14
|
Posts: 135 |
Thanked: 151 times |
Joined on Dec 2009
@ Slovakia/Bratislava
|
#2
|
The Following User Says Thank You to forcer For This Useful Post: | ||
![]() |
2009-12-18
, 15:35
|
Posts: 236 |
Thanked: 223 times |
Joined on Oct 2009
@ NE UK
|
#3
|
The Following 4 Users Say Thank You to kwotski For This Useful Post: | ||
![]() |
2009-12-18
, 16:29
|
Posts: 293 |
Thanked: 76 times |
Joined on Jan 2008
@ Fremantle, W. Australia
|
#4
|
Personally, I feel a lot better now I have less
![]() |
2009-12-18
, 17:36
|
Posts: 236 |
Thanked: 223 times |
Joined on Oct 2009
@ NE UK
|
#5
|
Is that something that can be fixed by copying e.g. /usr/lib into /home/opt and sym-linking from the original location?
Actually, isn't this the sort of reason why we have both /bin and /usr/bin - so you can have a small root device, and put the bulk in /usr on the big one. Is the main store too slow for /usr?
mkdir -p /opt/reclaim/var/lib
cp -a /var/lib/dbpkg /opt/reclaim/var/lib/dpkg
mv /var/lib/dpkg /var/lib/dpkg_tmp && ln -s /opt/reclaim/var/lib/dpkg /var/lib/dpkg
< test a bit >
rm -rf /var/lib/dpkg_tmp
" du -sxh / " says 341MB. Whats gone wrong there? rootfs compression of some sort?
edit: ok, I see that diffmo has installed into /home/opt/maemo/usr/bin/.
Maybe we need to install packages with "apt-get install --root=/opt/maemo ..." to avoid filling root?
The Following 4 Users Say Thank You to kwotski For This Useful Post: | ||
![]() |
2009-12-18
, 17:48
|
Posts: 293 |
Thanked: 76 times |
Joined on Jan 2008
@ Fremantle, W. Australia
|
#6
|
![]() |
2009-12-18
, 18:09
|
Posts: 543 |
Thanked: 181 times |
Joined on Aug 2009
@ Universe,LocalCluster.MilkyWay.Sol.Earth.Europe.Slovenia.Ljubljana
|
#7
|
![]() |
2009-12-18
, 18:12
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#8
|
![]() |
2009-12-19
, 03:55
|
Posts: 293 |
Thanked: 76 times |
Joined on Jan 2008
@ Fremantle, W. Australia
|
#9
|
The Following User Says Thank You to myk For This Useful Post: | ||
![]() |
2009-12-19
, 04:26
|
Posts: 293 |
Thanked: 76 times |
Joined on Jan 2008
@ Fremantle, W. Australia
|
#10
|
I managed to apt-get install bash and a few others, but am missing even basics like less/more, locate, diff .
I was a bit disappointed to see such a powerful device running BusyBox, but I assume there is a reason.
Is there a package or repository that provides a more complete GNU suite, as you'd get with a basic Debian install? (or even like on a jailbroken iphone/ipod)