I have to use X for my application (vdr), but X (and dependencies) take
a lot of space, which I want to reduce. Most of it can be found under
/usr/share:
Now I'm wondering, if I really need all this stuff. At the moment I plan
to run an English system, perhaps adding German, both unicode. I do not
need fancy X fonts for vdr. Do you have any suggestions, what I can
delete and what I should keep?
Regards,
Marc
--
gentoo-embedded@gentoo.org mailing list
11-27-2007, 07:09 PM
Arkadi Shishlov
reducing size of X
Marc Blumentritt wrote:
I have to use X for my application (vdr), but X (and dependencies) take
a lot of space, which I want to reduce. Most of it can be found under
...
Now I'm wondering, if I really need all this stuff. At the moment I plan
to run an English system, perhaps adding German, both unicode. I do not
need fancy X fonts for vdr. Do you have any suggestions, what I can
delete and what I should keep?
The nice trick is to run you application(s) under
strace -e file -o trace.log -f cmd..
for some time and see what is really used. Prepare the list of files from the
log and copy them to the target image. Additional research is needed in case
files are opened via relative path.
Works for me. Not very Gentoo-ish though.
--
gentoo-embedded@gentoo.org mailing list