From owner-svn-src-all@freebsd.org Wed Jul 13 16:04:00 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0B14B987C1; Wed, 13 Jul 2016 16:04:00 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from c.mail.sonic.net (c.mail.sonic.net [64.142.111.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D3D11C4C; Wed, 13 Jul 2016 16:04:00 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from zeppelin.tachypleus.net (75-101-50-44.static.sonic.net [75.101.50.44]) (authenticated bits=0) by c.mail.sonic.net (8.15.1/8.15.1) with ESMTPSA id u6DG3qcF018169 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Wed, 13 Jul 2016 09:03:52 -0700 Subject: Re: svn commit: r302691 - head/release To: "Ngie Cooper (yaneurabeya)" References: <201607130207.u6D27a1o021948@repo.freebsd.org> <0C504A08-DE3E-4AC9-855F-A684E339E500@gmail.com> Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org From: Nathan Whitehorn Message-ID: <06015759-1565-1f65-4590-c2b83aed76dd@freebsd.org> Date: Wed, 13 Jul 2016 09:03:52 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <0C504A08-DE3E-4AC9-855F-A684E339E500@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Sonic-CAuth: UmFuZG9tSVbnwEK8+uNc0W5Y838S+8uOIWqsSDepKDrCy4H/KkFpuW33x4J50ciKgqzPspMQpIwZ0Z9JKDafnFDNt0VD63B0V7TkiVV7BBc= X-Sonic-ID: C;nJybZBNJ5hGp+JtMTlz00w== M;rH/4ZBNJ5hGp+JtMTlz00w== X-Spam-Flag: No X-Sonic-Spam-Details: 0.0/5.0 by cerberusd X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jul 2016 16:04:00 -0000 On 07/12/16 19:20, Ngie Cooper (yaneurabeya) wrote: >> On Jul 12, 2016, at 19:07, Nathan Whitehorn 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=