Olivier Cochard-Labbé

Results 6 issues of Olivier Cochard-Labbé

On my poudriere image, I don't need any pkg-static* files (32M each!). So my pkg.conf is like this one: ``` FILES_IGNORE_GLOB: [ "*.a", "/usr/local/sbin/pkg-static*", ] ``` But only pkg-static.pkgsave isn't...

I was testing a new port with a lot of dependencies, so I've ran the command "testport -c" to be able to build and test with all different port's option....

Feature_Request
Ports Workflow
Discussion
UI/UX
poudriere-testport

When playing my ttyrecord, the playback speed is a lot's too fast. How to configure the playback speed ?

This allow to easly update the EFI loader and sync with a standard FreeBSD install.

poudriere-image

While generating the full firmware image (full disk image), we need to generate the upgrade-only image too (OS partition) to be used to upgrade older installed firmware.

poudriere-image

Adding support, tested on Intel Xeon Platinum 8259CL and AMD EPYC 7502P. I didn’t map all CPU features name, but only the mandatories like [`MMX+ -> mmxext`](https://github.com/freebsd/freebsd-src/blob/main/sys/x86/x86/identcpu.c#L890). ``` $ uname...