Bug 21051

Summary: Updating 4.1-RELEASE to -current fails because document is insufficient
Product: Base System Reporter: yu <yu>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.1-RELEASE   
Hardware: Any   
OS: Any   

Description yu 2000-09-05 06:00:01 UTC
While updating 4.1-RELEASE to -current according to '/usr/src/UPDATING',
I got following message in 'make installkernel ...':
  You must activate /boot/device.hints in loader.conf.

Fix: 

Updaters should type '/usr/src/sys/boot; make install' before installkernel
rather than previous 'cp src/sys/${MACHINE_ARCH}/GENERIC.hints /boot/device.hints'
command, I think.
Comment 1 Makoto Matsushita 2002-02-12 16:16:53 UTC
> While updating 4.1-RELEASE to -current according to '/usr/src/UPDATING',
> I got following message in 'make installkernel ...':
>   You must activate /boot/device.hints in loader.conf.

In src/UPDATING, you can find:

20000825:
        /boot/device.hints is now required for installkernel to
        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.

I think 5-current user *must* read src/UPDATING before doing
anything.  Is it not sufficient description for you?  If not, what's
missing?

-- -
Makoto `MAR' Matsushita
Comment 2 matusita freebsd_committer freebsd_triage 2002-02-15 23:16:10 UTC
State Changed
From-To: open->feedback

Waiting submitter's feedback.
Comment 3 yu 2002-02-16 16:04:59 UTC
> I think 5-current user *must* read src/UPDATING before doing
> anything.  Is it not sufficient description for you?  If not, what's
> missing?

I don't have the exact environment now, but I'm afraid I was looking
old "src/UPDATING" at that time.  In "src/UPDATING" of revision 
1.108(changed at Tue Aug 29 06:35:46 2000 UTC), this probrem was
already fixed.

Best regards,
-- 
IMAMURA Tomoaki // yu@installer.org
Comment 4 matusita freebsd_committer freebsd_triage 2002-02-16 17:03:22 UTC
State Changed
From-To: feedback->closed

The original PR submitter agrees that this problem was already fixed. 
Thank you.