Solution? Re: pxe-install on FreeBSD 5.3

Tim Dettloff dettloff at gmail.com
Thu Oct 21 15:12:14 PDT 2004


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.
>


More information about the freebsd-current mailing list