2
1
I've been building my own Linux distro, and I've stripped the binaries, etc. The system won't use GCC or development tools, as it will be a Chrome kiosk, so it would greatly help if I could strip down the system...
I was wondering, is there a way that I can delete all of the unused system files (like binaries, etc.) by watching what files/libraries are used during runtime? Maybe another method is preferred, but is there a way to accomplish something like this?
It would probably be easier to do this by building up rather than stripping down. Also, you may be interested in http://www.busybox.net/
– zwol – 2010-12-09T16:04:14.4571Just out of curiosity, why the nickname
blender
? – None – 2010-12-09T16:04:25.3871Best place to ask is SuperUser.com – Robin Day – 2010-12-09T16:04:40.253
@The Elite Gentleman, http://www.blender.org/. I am an avid user!
– Blender – 2010-12-09T16:12:28.377if you don't get answer here; try http://unix.stackexchange.com/
– bbaja42 – 2010-12-09T21:01:51.747