[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [debian-installer] Full CDROM install



Le Mon, Jul 30, 2001 at 05:55:17PM +0200, Raphael Hertzog écrivait:
> strip -R .comment -R .note, it saves about 500k on the scsi directory.

Unfortunately, the stripped modules are unusable. Some useful symbols were
removed while they shouldn't have been.

We can still save a few ko (but much less) with that :
$ strip -R .comment -R .note -g -x module.o

/me spent half a day understanding why modprobe was segfaulting while
trying to insert a module

Cheers,

PS: If anyone knows a better stripping method that would still leave
the required symbols ... i've seen a objcopy script that does that :
http://www.cs.helsinki.fi/linux/linux-kernel/2001-03/1198.html
But it saves only 2% more, not really worth the trouble.
-- 
Raphaël Hertzog -+- http://strasbourg.linuxfr.org/~raphael/
Le bouche à oreille du Net : http://www.beetell.com
Naviguer sans se fatiguer à chercher : http://www.deenoo.com
Formation Linux et logiciel libre : http://www.logidee.com



Reply to: