atom feed16 messages in org.freebsd.freebsd-smallParing down a FreeBSD system for flas...
FromSent OnAttachments
Joe SchmoeJun 15, 2004 12:16 am 
Murray TaylorJun 15, 2004 12:34 am 
Joe SchmoeJun 15, 2004 4:04 am 
Bruce R. MontagueJun 15, 2004 4:47 am 
Bruce R. MontagueJun 15, 2004 4:57 am 
Murray TaylorJun 15, 2004 5:25 am 
Francois TigeotJun 15, 2004 7:33 am 
Claudiu ChiritaJun 15, 2004 8:00 am 
Francois TigeotJun 15, 2004 8:44 am 
Dirk-Willem van GulikJun 15, 2004 9:13 am 
Chad R. LarsonJun 16, 2004 2:09 am 
Murray TaylorJun 16, 2004 3:40 am 
M. Warner LoshJun 16, 2004 5:45 am 
M. Warner LoshJun 16, 2004 5:53 am 
Murray TaylorJun 16, 2004 6:49 am 
M. Warner LoshJun 18, 2004 12:40 am 
Subject:Paring down a FreeBSD system for flash drive use ?
From:Joe Schmoe (non_@yahoo.com)
Date:Jun 15, 2004 12:16:41 am
List:org.freebsd.freebsd-small

Hello,

I would like to fit a FreeBSD 4.10 system (not pico or anything like that) onto
a 16 megabyte IDE flash drive. I am having reasonable success doing this ... I
load FreeBSD with sysinstall onto a normal hard drive, then boot it up and start
deleting a lot of things and stripping out things, and when I am done I tar it
all up and then put it onto the flash drive with the FIXIT floppy.

So far so good. The problem is, my methods for paring down the system are
extremely brutish. Basically I use the custom menu in sysinstall and only
install a bare minimum of items, but even then I have a ton of garbage on the
system that I never needed, and certainly never selected in sysinstall - but
they are part of the base system so I get them anyway. Files having to do with
ISDN and PPP and all sorts of libraries, etc.

So I basically just walk around the system deleting everything that looks like
it is unneeded - sometimes going so far as:

find / -name '*ppp*' -delete

Is there a better strategy ? Is there some rational way I can get an even more
minimal install than the minimal install I create from the custom menu in
sysinstall ? That is, instead of deciding that I don't need PPP, and then going
around deleting everything to do with PPP, is there a way to just not have PPP
installed in the first place ?

thanks.