summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-08-29 06:35:46 +0000
committerimp <imp@FreeBSD.org>2000-08-29 06:35:46 +0000
commitdad3489da2496c2acf27961d8026f16bdce84759 (patch)
tree796b6d730309598f8ec3e52ceef6a77b923247b1 /UPDATING
parent9fa779df8dab8d788c3ee63d6be237c530465098 (diff)
downloadFreeBSD-src-dad3489da2496c2acf27961d8026f16bdce84759.zip
FreeBSD-src-dad3489da2496c2acf27961d8026f16bdce84759.tar.gz
Expand information about device.hints. Add information in the
cookbook section about needing to copy GENERIC.hints to /boot/device.hints, as well as a footnote about exceptions to this rule. Partially suggested by: obrien
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING18
1 files changed, 17 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 8f7ae5e..a24cbe5 100644
--- a/UPDATING
+++ b/UPDATING
@@ -7,7 +7,18 @@ ITEMS:'
20000825:
/boot/device.hints is now required for installkernel to
- succeed.
+ succeed. You should copy GENERIC.hints for your architecture
+ into /boot/device.hints. If and only if you compile hints
+ into your kernel, then this file may be empty. Please note,
+ if you have an empty or missing /boot/device.hints file and
+ you neglected to compile hints into your kernel, no boot
+ messages will appear after the boot loader tries to start the
+ kernel.
+
+20000821:
+ If you do NOT have ``options RANDOMDEV'' in your kernel and
+ you DO want the random device then add randomdev_load="YES" to
+ /boot/loader.conf.
20000812:
suidperl is now always built and installed on the system, but
@@ -290,6 +301,7 @@ COMMON ITEMS:
-------------------------------------
make buildworld
make buildkernel KERNEL=YOUR_KERNEL_HERE
+ cp src/sys/${MACHINE_ARCH}/GENERIC.hints /boot/device.hints [2]
make installkernel KERNEL=YOUR_KERNEL_HERE
make installworld
[1]
@@ -311,6 +323,10 @@ COMMON ITEMS:
should disable them at this point so they don't crash your
system on reboot.
+ [2] If you have legacy ISA devices, you may need to create
+ your own device.hints to reflect your unique hardware
+ configuration.
+
FORMAT:
This file contains a list, in reverse chronologocal order, of major
OpenPOWER on IntegriCloud