svn commit: r302691 - head/release

Nathan Whitehorn nwhitehorn at freebsd.org
Wed Jul 13 16:04:00 UTC 2016



On 07/12/16 19:20, Ngie Cooper (yaneurabeya) wrote:
>> On Jul 12, 2016, at 19:07, Nathan Whitehorn <nwhitehorn at FreeBSD.org> wrote:
>>
>> Author: nwhitehorn
>> Date: Wed Jul 13 02:07:36 2016
>> New Revision: 302691
>> URL: https://svnweb.freebsd.org/changeset/base/302691
>>
>> Log:
>>   Reduce the set of things on the disc1 image to those on the bootonly image.
>>   Notably, this removes the toolchain from the CD-ROM image (it remains on DVD
>>   images) and pushes the CD-ROM image well below the 700 MB mark.
>>
>>   MFC after:	10 days
>>
>> Modified:
>>   head/release/Makefile
> There’s a lot more that could be done to be honest.
>
> Here are some other knobs that might help, depending on how people configure their custom installers.

Yep, this is just a first pass to fix the low-hanging fruit: the 100+ MB 
worth of clang, which is much larger than, say, inetd or fortune. More 
optimization is great, of course (and I think Glen is working on it), 
though we should be careful not to compromise the live system on the CDs 
too much.
-Nathan

>
> Cheers,
> -Ngie
>
> WITHOUT_ACCT=
> WITHOUT_AMD=
> WITHOUT_APM=
> WITHOUT_AT=
> WITHOUT_ATM=
> WITHOUT_AUTOFS=
> WITHOUT_BHYVE=
> WITHOUT_BOOTPARAMD=
> WITHOUT_BOOTPD=
> WITHOUT_BSNMP=
> WITHOUT_CVS=
> WITHOUT_FINGER=
> WITHOUT_GAMES=
> WITHOUT_GDB=
> WITHOUT_GPIB=
> WITHOUT_HAST=
> WITHOUT_HESOID=
> WITHOUT_HTML=
> WITHOUT_HYPERV=
> WITHOUT_I4B=
> WITHOUT_INETD=
> WITHOUT_IPFILTER=
> WITHOUT_IPFW=
> WITHOUT_IPX=
> WITHOUT_ISCSI=
> WITHOUT_LIB32=
> WITHOUT_LPR=
> WITHOUT_NS_CACHING=
> WITHOUT_PC_SYSINSTALL=
> WITHOUT_PF=
> WITHOUT_QUOTAS=
> WITHOUT_RADIUS_SUPPORT=
> WITHOUT_RBOOTD=
> WITHOUT_RCMDS=
> WITHOUT_ROUTED=
> WITHOUT_SVN=
> WITHOUT_SVNLITE=
> WITHOUT_TALK=
> WITHOUT_TCP_WRAPPERS=
> WITHOUT_TFTP=
> WITHOUT_TIMED=
> WITHOUT_UNBOUND=


More information about the svn-src-head mailing list