Augustin-FL / building-pfsense-iso-from-source

How to: Building a pfSense .iso from sources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mkfile pkg can't be installed

nkbali opened this issue · comments

pkg install -y git nginx poudriere-devel mkfile rsync sudo

The mkfile install fails.

pkg install -y mkfile
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
pkg: No packages available to install matching 'mkfile' have been found in the repositories

By default the FreeBSD 12 pkg repo is set to the quarterly build

FreeBSD: { url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/share/keys/pkg", enabled: yes }

Add the following lines to the end of the file

FreeBSDRelease: { url: "pkg+http://pkg.FreeBSD.org/${ABI}/release_0", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/share/keys/pkg", enabled: yes }

And then run
pkg install -y mkfile