Configure poudriere: Difference between revisions
Jump to navigation
Jump to search
imported>Jacob No edit summary |
imported>Jacob No edit summary |
||
| Line 24: | Line 24: | ||
># poudriere jail -c -j 121amd64 -v 12.1-RELEASE | ># poudriere jail -c -j 121amd64 -v 12.1-RELEASE | ||
Create the ports tree | Create the ports tree | ||
># poudriere ports -c -p | ># poudriere ports -c -p {YOURPKGNAME} | ||
Revision as of 21:19, 16 February 2020
Previous Install Poudriere Next Create SSL Certificate and Key
Edit poudriere.conf
># vim /usr/local/etc/poudriere.conf ... ZPOOL=zpoud ... BASEFS=/usr/local/poudriere <== This is the default ...
Create directories.
># mkdir /usr/local/poudriere ># mkdir /usr/ports/distfiles
Create a zfs pool if needed.
># zpool create zpoud /dev/ada1
Create dataset
># zfs create -o mountpoint=/usr/local/poudriere zpoud/poudriere
Create the poudriere jail
># poudriere jail -c -j 121amd64 -v 12.1-RELEASE
Create the ports tree
># poudriere ports -c -p {YOURPKGNAME}
Previous Install Poudriere Next Create SSL Certificate and Key