While getting started with Poudriere I edited the poudriere.conf file to say zpool=mypool (dumb. It probably denotes a pool that I am supposed to have set up with my name) following instructions from https://github.com/freebsd/poudriere/wiki/pkg_repos and on the next terminal commands, I find the following errors.
Questions:
How do I create/ set up a pool?
Does the version 9.1 Release amd match freebsd 13 and Poudriere 3.3.99? Is this the right command to create a jail?
Thank you.
Code:
poudriere ports -c
/usr/local/etc/poudriere.conf: NO: not found
=>> Error: No such zpool: mypool
poudriere version
poudriere-git-3.3.99.20211130
doas poudriere jail -c -j 91amd64 -v 9.1-RELEASE -a amd64
Password:
/usr/local/etc/poudriere.conf: NO: not found
=>> Error: No such zpool: mypool
$
How do I create/ set up a pool?
Does the version 9.1 Release amd match freebsd 13 and Poudriere 3.3.99? Is this the right command to create a jail?
Thank you.