Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Sep 2012 09:53:01 -0700
From:      Devin Teske <devin.teske@fisglobal.com>
To:        Rick Miller <vmiller@hostileadmin.com>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: Creating kernel distribution from sources
Message-ID:  <C86AE2ED-6F6E-4DC0-90D9-997E06E0763E@fisglobal.com>
In-Reply-To: <CAHzLAVF64KtF_BSPH9Pi%2BQJWs6EUNftUZxW4u7AgP1BEuvRKwQ@mail.gmail.com>
References:  <CAHzLAVF64KtF_BSPH9Pi%2BQJWs6EUNftUZxW4u7AgP1BEuvRKwQ@mail.gmail.com>

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

On Sep 24, 2012, at 6:03 AM, Rick Miller wrote:

> Hi All,
>=20
> I've generated a DVD iso and imported it into a provisioning platform.
> After this integration, a decision was made to rebuild the kernel
> with an option enabled.  As opposed to executing a full `make
> release`, I just want to build the kernel distribution.  In reading
> the manpage, it looks like I can just run `make release.3 && make
> release.5 && make release.6` to accomplish this.  Is this correct?
> Would the resulting files be installed in ${CHROOTDIR}/R?
>=20

Almost! Don't forget you need to first remove the target files created by e=
ach of those targets.

In example:

rm -f /usr/release/usr/obj/usr/src/release/release.{3,5,6}
make release.{3,5,6}

Yes, the resulting files will be in (by default) /usr/release/R
--=20
Devin

_____________
The information contained in this message is proprietary and/or confidentia=
l. If you are not the intended recipient, please: (i) delete the message an=
d all copies; (ii) do not disclose, distribute or use the message in any ma=
nner; and (iii) notify the sender immediately. In addition, please be aware=
 that any message addressed to our domain is subject to archiving and revie=
w by persons other than the intended recipient. Thank you.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C86AE2ED-6F6E-4DC0-90D9-997E06E0763E>