From owner-freebsd-hackers@freebsd.org Wed Aug 15 14:07:20 2018 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67F761085E1D for ; Wed, 15 Aug 2018 14:07:20 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1a.eu.mailhop.org (outbound1a.eu.mailhop.org [52.58.109.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE59F8EAA5 for ; Wed, 15 Aug 2018 14:07:19 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-RoutePath: aGlwcGll X-MHO-User: 82f12811-a094-11e8-aff6-0b9b8210da61 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 67.177.211.60 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [67.177.211.60]) by outbound1.eu.mailhop.org (Halon) with ESMTPSA id 82f12811-a094-11e8-aff6-0b9b8210da61; Wed, 15 Aug 2018 14:07:15 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id w7FE7Eix074819; Wed, 15 Aug 2018 08:07:14 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1534342034.31375.160.camel@freebsd.org> Subject: Re: Use absolute path for KERNCONF in make.conf From: Ian Lepore To: Dries Michiels , freebsd-hackers@freebsd.org Date: Wed, 15 Aug 2018 08:07:14 -0600 In-Reply-To: <001501d434a0$c3b8d8f0$4b2a8ad0$@gmail.com> References: <001501d434a0$c3b8d8f0$4b2a8ad0$@gmail.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2018 14:07:20 -0000 On Wed, 2018-08-15 at 16:03 +0200, Dries Michiels wrote: > Hello, > >   > > Is it possible to specify an absolute directory for kernel > configurations in > make.conf? > > Or does the specified name need to be present under > /usr/src/sys/amd64/conf/KERNELNAME > >   > > EG: KERNCONF = /root/KERNELNAME > >   > > Thanks When I chased this down 5 or 6 years ago, I couldn't find any way to have an out-of-tree kernel config file other than to put a symlink into the src/sys//conf/ dir that points to the out-of-tree location (which is still a bit unsatisfying and requires a writable src tree). -- Ian