From owner-freebsd-current@freebsd.org Wed Jul 13 17:00:42 2016 Return-Path: Delivered-To: freebsd-current@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 234D3B97D4A for ; Wed, 13 Jul 2016 17:00:42 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-io0-x22c.google.com (mail-io0-x22c.google.com [IPv6:2607:f8b0:4001:c06::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D38F11DCF for ; Wed, 13 Jul 2016 17:00:41 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-io0-x22c.google.com with SMTP id b62so51973901iod.3 for ; Wed, 13 Jul 2016 10:00:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=o4s68mN8mKu10DJQA8Oo99zeK7k5drpEM8NDfi25Bwc=; b=YbirkEj/3M7In+11ex+fSs2V9Ljj1totLO9fMGV7CoXrN0yyrVSEZDpgZZOjig0qOO ICs7N9Jq2QG3xurnNWqei1C/5GxSvJg833r8Hl6XdWxo5HnPm9RD6kRljIy0QADasUj7 sD7E/RB8PBdzFlioTDJBIZof0tS+Q0yxk66ZnmGu/eRY+yXbCGSW5AS5zuPj9j73Y3ID qGJ6wp1bOow2te+0A1NCU7N5wvvMk8nc89SBYDyyvkyCsI3dPGHODvA4+ZBVanyCnatQ 6jDSmaKJj/pSmaTPhtNrxlWKGVenAyQOQfDJi54Oe9UJ42YQiLqfrOjjhQeOu6Qg+kA1 yVgA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=o4s68mN8mKu10DJQA8Oo99zeK7k5drpEM8NDfi25Bwc=; b=G+0UPRTsXbDscMGv1O6HulbvEYe2x74jf/FV/DFxIbVi0ja266ryT8Dfh+hMCWbfKO YR1UcXA1BBSBWhMcMasEhGMNu56IiDQwhwQMTdTBByjZ3YPs+n9GBNDLagHVpZu2Ql9S 3kQIEn/gSRTn8v/nXzhk9QPCrX2QsCI0rKn3bsaYfs8eNFkGoq23hkplSbGdC8m3E1o7 wUKSxPd91GZxcWTeTzqVN16kolT2Cci2FP3D79PKcqySRtE8WBl4gmOfwf07D1xH/4o8 UJ+oPLc8JXdYabmEDvPSenMFVESLtj4EJLYKSdliAdGub4B/+/arKLI0QC9iDUQgQQDo F+EQ== X-Gm-Message-State: ALyK8tL9w7QsjrirjCKYuJUmj4BrzFbJ5F/NF9E7YYQLF2yBD1ePJWoM0+c6iXIsHogGvQWdNAZNmCogOmc4kg== X-Received: by 10.107.144.10 with SMTP id s10mr9470284iod.165.1468429240847; Wed, 13 Jul 2016 10:00:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.141.129 with HTTP; Wed, 13 Jul 2016 10:00:39 -0700 (PDT) In-Reply-To: <0861cc7b90c24d1a5bb41f33a54bef96@ultimatedns.net> References: <5784908E.1090007@ShaneWare.Biz> <2d3ef451db7ad0b9149c9eceb04227c8@ultimatedns.net> <20160713090506.GK20831@zxy.spb.ru> <0861cc7b90c24d1a5bb41f33a54bef96@ultimatedns.net> From: Adrian Chadd Date: Wed, 13 Jul 2016 10:00:39 -0700 Message-ID: Subject: Re: FreeBSD-11.0-BETA1-amd64-disc1.iso is too big for my 700MB CD-r To: Chris H Cc: freebsd-current Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jul 2016 17:00:42 -0000 There's a lot more in GENERIC, and we still build things twice - once as modules, and then also inside the GENERIC image. Hopefully warner (and others who may help!) can push forward the "bus enumerate" bits early on in -12 so we can just use a modules-driven kernel on platforms where that's now mostly easy (ie, i386/amd64, arm/arm64 with loader support (which I think is all?), powerpc, etc.) I think the one deviant atm is my embedded mips platforms, as mips-loader is still under development. -adrian