Re: Poudriere

From: Dimitry Andric <dim_at_FreeBSD.org>
Date: Sat, 07 May 2022 07:22:30 UTC
On 7 May 2022, at 06:29, Mikhail Holt <mikhail.k.holt@gmail.com> wrote:
> 
> First time user of Poudriere with novice questions.
> 
> The man page for poudriere-jail states:
> 
> -m    method
>    Pre-built    distribution options:
>        src=path       Install from    the given directory at path.
>                           This    directory will not be built unless -b
>                           is given.  It is expected that it is al-
>                           ready built and maps    to a corresponding
>                           /usr/obj directory.
> 
> If Poudriere will do a make installworld using /usr/obj, which is already built, how is /usr/src specified so that Poudriere can find make?

-m src=/usr/src, or if you put it somewhere else -m src=/somewhere/else :)

-Dimitry