Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Sep 2006 15:59:45 +0100
From:      Anton Shterenlikht <mexas@bristol.ac.uk>
To:        freebsd-questions@freebsd.org
Subject:   Is /boot/device.hints required if kernel is built with hints?
Message-ID:  <20060922145945.GA1176@mech-aslap33.men.bris.ac.uk>

next in thread | raw e-mail | index | archive | help
I was trying to build a kernel with statical device hints by
uncommenting the following line in my kernel configuration file:

# To statically compile in device wiring instead of /boot/device.hints
hints		"VT.hints"		# Default places to look for devices.

Before doing this I moved /boot/device.hints to another location.

when I do #make install I get

You must set up a /boot/device.hints file first.
*** Error code 1

Stop in /usr/src/sys/i386/compile/VT.

Why do I need /boot/device.hints if I have the hints in the kernel?

thanks
anton



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060922145945.GA1176>