Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Mar 2010 10:01:39 -0400
From:      jhell <jhell@DataIX.net>
To:        Dan Naumov <dan.naumov@gmail.com>
Cc:        FreeBSD-STABLE Mailing List <freebsd-stable@freebsd.org>, alteriks@gmail.com
Subject:   RE: Can't boot after make installworld
Message-ID:  <alpine.BSF.2.00.1003220950100.63287@pragry.qngnvk.ybpny>
In-Reply-To: <cf9b1ee01003220413t14a75e95pc4acf072f876ac64@mail.gmail.com>
References:  <cf9b1ee01003220413t14a75e95pc4acf072f876ac64@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

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

> Is there any particular reason you are upgrading from a production
> release to a development branch of the OS?
>
> - Sincerely,
> Dan Naumov
>

Regards,

-- 

  jhell




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1003220950100.63287>