Create first poudriere set: Difference between revisions
Jump to navigation
Jump to search
imported>Jacob mNo edit summary |
imported>Jacob mNo edit summary |
||
| Line 9: | Line 9: | ||
Create the package directories<br> | Create the package directories<br> | ||
># mkdir -p /usr/local/poudriere/pkglsts/single-pkglsts | ># mkdir -p /usr/local/poudriere/pkglsts/single-pkglsts | ||
Create the package list<br> | Create the package list<br> | ||
># vim 121amd64-local-pkglist | ># vim 121amd64-local-pkglist | ||
Revision as of 14:23, 11 January 2020
Previous Create SSL Certificate and Key Next Setup poudriere clients
UNDER CONSTUCTION
Create the package directories
># mkdir -p /usr/local/poudriere/pkglsts/single-pkglsts
Create the package list
># vim 121amd64-local-pkglist editors/vim-console security/sudo shells/bash ports-mgmt/poudriere www/nginx
Create the first set We run poudriere with the options command first. The selected options are saved in the /usr/local/etc/poudriere.d directory tree ># poudriere options -j 12amd64 -p local -z mailj -f 12amd64-local-mailj-pkglist Then we run poudriere with the bulk command, which will create the packages. ># poudriere bulk -j 12amd64 -p local -z mailj -f 12amd64-local-mailj-pkglis
Previous Create SSL Certificate and Key Next Setup poudriere clients