Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Mar 2010 08:47:31 -0700
From:      Garrett Cooper <yanefbsd@gmail.com>
To:        jhell <jhell@DataIX.net>
Cc:        FreeBSD-STABLE Mailing List <freebsd-stable@freebsd.org>, Dan Naumov <dan.naumov@gmail.com>, "alteriks@gmail.com" <alteriks@gmail.com>
Subject:   Re: Can't boot after make installworld
Message-ID:  <00E5A20A-4AB5-4769-A85C-B061D35B1BAA@gmail.com>
In-Reply-To: <alpine.BSF.2.00.1003220950100.63287@pragry.qngnvk.ybpny>
References:  <cf9b1ee01003220413t14a75e95pc4acf072f876ac64@mail.gmail.com> <alpine.BSF.2.00.1003220950100.63287@pragry.qngnvk.ybpny>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mar 22, 2010, at 7:01 AM, jhell <jhell@DataIX.net> wrote:

>
> On Mon, 22 Mar 2010 07:13, Dan Naumov wrote:
> In Message-Id: <cf9b1ee01003220413t14a75e95pc4acf072f876ac64@mail.gmail.com 
> >
>
>> The ZFS bootloader has been changed in 8-STABLE compared to
>> 8.0-RELEASE. Reinstall your boot blocks.
>>
>> P.S: "LOADER_ZFS_SUPPORT=YES" is also deprecated in 8-STABLE, not to
>> mention that you have it in the wrong place, for 8.0, it goes into
>> make.conf, not src.conf.
>>
>
> P.S.S: src.conf is the correct place this should be placed but will  
> also work if placed in make.conf.
>
> As stated in src.conf(5)
> ---
> The src.conf file contains settings that will apply to every build  
> involving the FreeBSD source tree; see build(7).
>
> The src.conf file uses the standard makefile syntax.  However,  
> src.conf should not specify any dependencies to make(1).  Instead,  
> src.conf is to set make(1) variables that control the aspects of how  
> the system builds.
> ---
>
> It would be almost to the same effect of doing this at the end of  
> your make.conf except it has already been done for you elsewhere.
>
> .if ${.CURDIR:M/usr/src*}
> .include "/etc/src.conf"
> .endif

And can be easily tuned via the SRCCONF variable (unless of course  
WITHOUT_SRCCONF is defined...), as this logic is a part of bsd.own.mk .

>
Cheers,
-Garrett



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00E5A20A-4AB5-4769-A85C-B061D35B1BAA>