Damus
vermaden · 6w
Overlay(s) are great feature of Poudriere on FreeBSD. Recently @oshogbovx proposed patches to add Overlay(s) to 'poudriere jail' command - which is needed and useful. But its 'silence' since initial...
TomAoki profile picture
@nprofile1q...
Me, too, think adding overlays configs into `poudriere jail` is straightforward.
Needed time to find that `poudriere ports` to create optional ports tree for overlays and specify them (as needed) on `poudriere bulk` with options.
And I think overlay itself is currently poorly documented.

More, using overlays both on poudriere and bare-metal requires special care.
I've documented it here. (Not official, though.)
https://brew.bsd.cafe/TomAoki/Tips-and-Tricks/src/branch/main/poudriere/README.md
Was hard to determine the conditional that works reliably.

Maybe allow specifying overlays via /etc/make.conf would be straightforward, too.
1
vermaden · 6w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpq0969xhhh0tk7m5h7fandz0rmrhuyl2qauy5vjyvudh2z739lp26qwq002p Thank You for reply ... but its not the case. Overlay(s) work well with 'poudriere bulk' command and Mariusz added support to attach them to 'poudriere jail' command ... and that was ...