Date: Wed, 13 Jul 2016 09:03:52 -0700 From: Nathan Whitehorn <nwhitehorn@freebsd.org> To: "Ngie Cooper (yaneurabeya)" <yaneurabeya@gmail.com> Cc: src-committers <src-committers@freebsd.org>, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r302691 - head/release Message-ID: <06015759-1565-1f65-4590-c2b83aed76dd@freebsd.org> In-Reply-To: <0C504A08-DE3E-4AC9-855F-A684E339E500@gmail.com> References: <201607130207.u6D27a1o021948@repo.freebsd.org> <0C504A08-DE3E-4AC9-855F-A684E339E500@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 07/12/16 19:20, Ngie Cooper (yaneurabeya) wrote: >> On Jul 12, 2016, at 19:07, Nathan Whitehorn <nwhitehorn@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=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?06015759-1565-1f65-4590-c2b83aed76dd>