Unsure about buildworld
Benjamin Kaduk
kaduk at mit.edu
Wed Jun 21 17:53:52 UTC 2017
On Wed, Jun 21, 2017 at 06:23:30AM -0700, Jeffrey Bouquet wrote:
>
>
> On Tue, 20 Jun 2017 22:15:18 -0500, Benjamin Kaduk <kaduk at mit.edu> wrote:
>
> >
> > Building a release and extracting the tarballs is something that
> > people do, though I don't have any personal experience to recommend
> > it.
> >
>
> I've done the latter [ recovered by base.txz ] but never tried to build a release or
> anything other than bw bk ik iw ... unless incremental binaries or failing disks... and
> since switching to SATA from EIDE many less of the latter.
Building a release is similarly simple; something like
cd /usr/src
make buildworld buildkernel
cd release
make NODOC NOPORTS NOPKG [memstick|disc1]
(from memory); the main thing I stumble on is remembering where the
build artifacts are and whether I want memstick or disc1 for the
particular use case.
-Ben
More information about the freebsd-current
mailing list