From owner-freebsd-pkgbase@freebsd.org Mon May 9 10:49:54 2016 Return-Path: Delivered-To: freebsd-pkgbase@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 900F7B34578 for ; Mon, 9 May 2016 10:49:54 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from dnvrco-oedge-vip.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.229]) by mx1.freebsd.org (Postfix) with ESMTP id 660D61C17 for ; Mon, 9 May 2016 10:49:54 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from [96.28.178.143] ([96.28.178.143:64147] helo=localhost) by dnvrco-oedge01 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id 6B/1A-13014-A4B60375; Mon, 09 May 2016 10:49:46 +0000 Date: Mon, 09 May 2016 10:49:31 +0000 Message-ID: <6B.1A.13014.A4B60375@dnvrco-oedge01> From: "Thomas Mueller" To: freebsd-current@freebsd.org CC: freebsd-pkgbase@freebsd.org Subject: Re: NO_INSTALLEXTRAKERNELS and PkgBase References: <20160506221151.GN1362@FreeBSD.org> <7018EDCD-A567-446D-965C-9E886D543238@gmail.com> <20160507074159.GC47527@FreeBSD.org> X-RR-Connecting-IP: 107.14.64.118:25 X-Authority-Analysis: v=2.1 cv=GMCGE49K c=1 sm=1 tr=0 a=RKm8ZHSrUWUxlfG+7GhaOw==:117 a=RKm8ZHSrUWUxlfG+7GhaOw==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=twB3heYG8Bnj1b6Z6Z4A:9 X-Cloudmark-Score: 0 X-BeenThere: freebsd-pkgbase@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Packaging the FreeBSD base system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2016 10:49:54 -0000 I don't really know what to quote here, but the documentation is not clear. There ought to be something in UPDATING. Issue is building and installing more than one kernel. I tried once, and it didn't work right. I had to go back to one kernel at a time and NO_MODULES=yes on second and subsequent to avoid building the same modules redundantly. What now happens on HEAD if I make kernel KERNCONF=SANDY11NC GENERIB ? I don't want to build all modules more than once. GENERIB is modified from GENERIC to remove really drivers for really outdated hardware, such as old SCSI cards, and add some wireless drivers such as rsu. Tom