Changes between Version 32 and Version 33 of FreeBSD11_Guide
- Timestamp:
- Apr 10, 2018, 7:11:41 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FreeBSD11_Guide
v32 v33 142 142 === B.2. Compile all required packages === 143 143 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 144 First time use requires the required packages are installed, ports are updated, port trees are merged and the Poudriere jail is setup and loaded: 145 146 Set up Poudriere environment by running [15 min]: 147 148 build# screen $R/tools/package-build.sh initenv 149 150 Now build all packages, this will take quite some time [90 min]: 152 151 build# $R/tools/package-build.sh build 153 152 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 {{{ 153 This will generate the following listing of packages: 156 154 build# ls $R/pkg/All 155 {{{ 157 156 GeoIP-1.6.6.txz isc-dhcp43-server-4.3.3.txz pkg-1.6.1_2.txz 158 157 apache24-2.4.17.txz ladvd-1.0.4_2.txz py27-setuptools27-17.0.txz … … 173 172 (list updated nov 6, 2015) 174 173 }}} 175 176 174 === B.4 Build nanobsd aka make sure to prepare some coffee ;-) === 177 175
