Have any of you run pkgbasify on a #FreeBSD jail?

Please tell me about it. I have about 80 jails eagerly awaiting your reply.

re: https://github.com/FreeBSDFoundation/pkgbasify

GitHub - FreeBSDFoundation/pkgbasify: Convert a FreeBSD system to use pkgbase

Convert a FreeBSD system to use pkgbase. Contribute to FreeBSDFoundation/pkgbasify development by creating an account on GitHub.

GitHub

@dvl I always chose the pkgbase method when using poudriere to create a jail.

Historically (before FreeBSD 16.0-CURRENT):

poudriere jail -c -v 15 -j main -m pkgbase=base_latest -U https://pkg.freebsd.org/

– from <https://www.reddit.com/r/freebsd/comments/1cmffhu/poudriere_jail_method_pkgbase/l3atzzs/> (you were in a different thread under the same post).

poudriere-jail(8) and pkgbase: FreeBSD-base package cache accumulation: <https://github.com/freebsd/poudriere/discussions/1276>

#FreeBSD #poudriere #pkgbase

pkg.FreeBSD.org

@dvl I imagine pkgbasify working fine.

<https://github.com/FreeBSDFoundation/pkgbasify/commit/a4a780b02bf34beee9cd04b63801ad4afd61b0ed> was mentioned in a jail-related issue that was closed.

Silence error if /boot/kernel/linker.hints does not exist · FreeBSDFoundation/pkgbasify@a4a780b

Reported by: dch Sponsored by: The FreeBSD Foundation

GitHub