Chia-liang Kao wrote:
> Hi,
> 
> Is there anyway to put the device.hint stuff into kernel nevertheless?
> My diskless box fetches the kernel would know nothing about things reside
> in device.hint.

That is what the hints directive is for.

you could create a file "diskless.hints" and add the line to your config
file:
  hints "/wherever/diskless.hints"
and the contents of that file would be statically compiled in.  You can still
override them at boot time if you wish, but the basic set will be there.

This is what GENERIC does right now.  It compiles GENERIC.hints straight in.
(see hints.c in compile/YOURKERNEL)

Cheers,
-Peter
--
Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
"All of this is for nothing if we don't go to the stars" - JMS/B5



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to