Re: Solution? Re: pxe-install on FreeBSD 5.3

From: Tim Dettloff <dettloff_at_gmail.com>
Date: Fri, 22 Oct 2004 00:12:11 +0200
Setting rootdevnames[0] = NULL and rootdevnames[1] = "ufs:/dev/md0"
makes the installer start, so the search does not terminate after [0].

A quick grep -r 'rootdevnames' *  also showed
sys/ia64/ia64/sscdisk.c:            rootdevnames[0] = "ufs:/dev/sscdisk0";

>Tim

On Thu, 21 Oct 2004 23:24:29 +0200, Poul-Henning Kamp
<phk_at_phk.freebsd.dk> wrote:
> In message <200410211505.27635.jhb_at_FreeBSD.org>, John Baldwin writes:
> 
> >> Doesn't the search terminate if [0] is NULL ?
> >
> >Perhaps there should be a small wrapper function to register a candidate root
> >with an associated priority and that wrapper function could then manage the
> >rootdevnames[] array and keep them sorted based on the priority?
> 
> No, the entire thing should be rototiled.
> 
> --
> 
> 
> Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
> phk_at_FreeBSD.ORG         | TCP/IP since RFC 956
> FreeBSD committer       | BSD since 4.3-tahoe
> Never attribute to malice what can adequately be explained by incompetence.
>
Received on Thu Oct 21 2004 - 20:12:14 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:19 UTC