From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 16:52:39 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB03816A416 for ; Fri, 22 Sep 2006 16:52:39 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 402ED43D7D for ; Fri, 22 Sep 2006 16:52:35 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id E8F8B1A3C20; Fri, 22 Sep 2006 09:52:34 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 74CC151379; Fri, 22 Sep 2006 12:52:31 -0400 (EDT) Date: Fri, 22 Sep 2006 12:52:31 -0400 From: Kris Kennaway To: Anton Shterenlikht Message-ID: <20060922165231.GA62769@xor.obsecurity.org> References: <20060922145945.GA1176@mech-aslap33.men.bris.ac.uk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="TB36FDmn/VVEgNH/" Content-Disposition: inline In-Reply-To: <20060922145945.GA1176@mech-aslap33.men.bris.ac.uk> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: Is /boot/device.hints required if kernel is built with hints? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 16:52:39 -0000 --TB36FDmn/VVEgNH/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 22, 2006 at 03:59:45PM +0100, Anton Shterenlikht wrote: > I was trying to build a kernel with statical device hints by > uncommenting the following line in my kernel configuration file: >=20 > # To statically compile in device wiring instead of /boot/device.hints > hints "VT.hints" # Default places to look for devices. >=20 > Before doing this I moved /boot/device.hints to another location. >=20 > when I do #make install I get >=20 > You must set up a /boot/device.hints file first. > *** Error code 1 >=20 > Stop in /usr/src/sys/i386/compile/VT. >=20 > Why do I need /boot/device.hints if I have the hints in the kernel? You don't, but the test doesn't check whether it's compiled in to the kernel. Just make an empty file. Kris --TB36FDmn/VVEgNH/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFFBTOWry0BWjoQKURAopcAKD+baHpSTAsTFQRhiCNgetANcu24QCfQ2DQ 8HL8MmMMI+WmrBp1uRPD2aY= =93iq -----END PGP SIGNATURE----- --TB36FDmn/VVEgNH/--