NetBSD-Bugs archive

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

Re: bin/56862: boot.cfg bug with userconf



The following reply was made to PR bin/56862; it has been noted by GNATS.

From: Thomas Klausner <wiz%NetBSD.org@localhost>
To: Valery Ushakov <uwe%stderr.spb.ru@localhost>
Cc: RVP <rvp%SDF.ORG@localhost>, gnats-bugs%netbsd.org@localhost
Subject: Re: bin/56862: boot.cfg bug with userconf
Date: Mon, 6 Jun 2022 15:58:37 +0200

 On Mon, Jun 06, 2022 at 01:03:21AM +0300, Valeriy E. Ushakov wrote:
 > So I think your original patch to to drop that hunk is the right
 > course of action, but we need to find all the places - your patch
 > changes sys/arch/i386/stand/efiboot/boot.c but the other PR is about
 > the original change in stand/boot that was later cloned to efiboot it
 > seems.
 
 I found two places that call bootdefault():
 
 sys/arch/i386/stand/boot/boot2.c
 493:                    bootdefault();
 
 sys/arch/i386/stand/efiboot/boot.c
 457:                    bootdefault();
 
 and two implementations:
 
 sys/stand/efiboot/bootmenu.c
 137:bootdefault(void)
 
 sys/arch/i386/stand/lib/bootmenu.c
 132:bootdefault(void)
 
  Thomas
 


Home | Main Index | Thread Index | Old Index