Re: GSoC Miniaturise NetBSD - initial testing

Lloyd Parkes <[email protected]> Tue, 7 Jul 2009 16:30:31 +1200
Newsgroups gmane.os.netbsd.devel.embedded,gmane.os.netbsd.devel.toolchain,gmane.os.netbsd.ports.arm
Message-ID <[email protected]>
On 7/07/2009, at 1:53 AM, matthew sporleder wrote:

> Do you have some stats on how small you got it?  I should have an SD
> card for testing just this sort of thing in the next few weeks.

It all really depends on what features you want. Some of the more  
basic packages in syspkgs are quite large, so my PICO image, where I  
only wanted /sbin/init and /bin/sh ended up being several MB because  
syspkgs pulls in all of /bin and /sbin. The contents of the syspkgs  
can be rearranged, I noticed that the firmware files got put into  
their own syspkgs package recently.

I'll soon be implementing the ability to trim individual files from  
packages, but using that to remove all but one file from a package  
doesn't seem right to me.

Cheers,
Lloyd