Install poudriere: Difference between revisions

From wiki
Jump to navigation Jump to search
imported>Jacob
mNo edit summary
imported>Jacob
mNo edit summary
Line 9: Line 9:
  # freebsd-update fetch install
  # freebsd-update fetch install
Install Poudriere.
Install Poudriere.
  # pkg install poudriere nginx
  # pkg install poudriere
New packages to be INSTALLED:
poudriere: 3.3.3
nginx: 1.16.1_8,2
ca_root_nss: 3.49
dialog4ports: 0.1.6
freebsd-release-manifests: 20191104
pcre: 8.43_2
 
enable jail services in rc.conf
enable jail services in rc.conf
  # vim /etc/rc.conf
  # vim /etc/rc.conf

Revision as of 13:09, 11 January 2020


Previous Poudriere setup Next Configure poudriere


Update the host.

# freebsd-update fetch install

Install Poudriere.

# pkg install poudriere
New packages to be INSTALLED:

poudriere: 3.3.3 nginx: 1.16.1_8,2 ca_root_nss: 3.49 dialog4ports: 0.1.6 freebsd-release-manifests: 20191104 pcre: 8.43_2

enable jail services in rc.conf

# vim /etc/rc.conf
 hostname="poud.sjakio.com"
 ifconfig_bge0="DHCP"
 ifconfig_bge0_ipv6="inet6 accept_rtadv"
 sshd_enable="YES"
 ntpdate_enable="YES"
 ntpd_enable="YES"
 powerd_enable="YES"
 # Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
 dumpdev="AUTO"
 zfs_enable="YES"
 jail_enable="YES"

Previous Poudriere setup Next Configure poudriere