NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-sparc64/46466: boot -c does not appear to work on sparc64



The following reply was made to PR port-sparc64/46466; it has been noted by 
GNATS.

From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: port-sparc64/46466: boot -c does not appear to work on sparc64
Date: Sat, 19 May 2012 17:56:13 +0200

 On Sat, May 19, 2012 at 01:35:01PM +0000, he%NetBSD.org@localhost wrote:
 >      Do a "boot -c", watch it just continue as if no "-c" had been
 >      given, even though "options USERCONF" is part of the kernel
 >      config.
 
 This is because we fetch the flags in get_bootpath_from_prom(), called from
 cpu_configure(), but MI code wants to do the userconf magic right before
 calling that.
 
 Simple (but slightly hacky) solution would be to check for RB_USERCONF in
 cpu_configure() after fetching the bootpatch and then call userconf_prompt()
 "again" - knowing that we missed it before.
 
 Martin
 


Home | Main Index | Thread Index | Old Index