Changes between Version 32 and Version 33 of FreeBSD11_Guide


Ignore:
Timestamp:
Apr 10, 2018, 7:11:41 PM (8 years ago)
Author:
rick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FreeBSD11_Guide

    v32 v33  
    142142=== B.2. Compile all required packages ===
    143143
    144 First time use: set up Poudriere environment by running
    145 
    146 build# $R/tools/package-build.sh initenv
    147 
    148 This will take some time (on remote host use <screen>): the required packages are installed, ports are updated and the Poudriere jail is setup and loaded.
    149 
    150 Build all required packages:
    151 
     144First time use requires the required packages are installed, ports are updated, port trees are merged and the Poudriere jail is setup and loaded:
     145
     146Set up Poudriere environment by running [15 min]:
     147
     148build# screen $R/tools/package-build.sh initenv
     149
     150Now build all packages, this will take quite some time [90 min]:
    152151build# $R/tools/package-build.sh build
    153152
    154 This will take quite some time (221 packages, on remote host use <screen>), depending on your hardware of course. Packages are created in /root/nanobsd/pkg/All:
    155 {{{
     153This will generate the following listing of packages:
    156154build# ls $R/pkg/All
     155{{{
    157156GeoIP-1.6.6.txz                 isc-dhcp43-server-4.3.3.txz     pkg-1.6.1_2.txz
    158157apache24-2.4.17.txz             ladvd-1.0.4_2.txz               py27-setuptools27-17.0.txz
     
    173172(list updated nov 6, 2015)
    174173}}}
    175 
    176174=== B.4  Build nanobsd  aka make sure to prepare some coffee ;-) ===
    177175