When I first learned about pkgbase I immediately had an urge to use this to my advantage and slim down my base system. But I haven't been able to find any clear directions on how to do this.
Lets say I have a system running FreeBSD 15.0-RELEASE and want to remove certain packages because they are not needed. In today's word storage may not be a primary concern. But security can be, and the possibility to minimize the number of binaries could be one way to approach this.
Does anyone know how I would configure my system to not install certain packages from FreeBSD-base? Let say I know for sure I will not need pf, bhyve, bluetooth or any manuals at all. How do I configure that?
Lets say I have a system running FreeBSD 15.0-RELEASE and want to remove certain packages because they are not needed. In today's word storage may not be a primary concern. But security can be, and the possibility to minimize the number of binaries could be one way to approach this.
Does anyone know how I would configure my system to not install certain packages from FreeBSD-base? Let say I know for sure I will not need pf, bhyve, bluetooth or any manuals at all. How do I configure that?
- How do I make sure unneeded packages doesn't get installed during upgrades?
- This could also be used in conjunction with jails to have very minimal 'containers' with just the packages needed to run the specific processes inside the jail.
- Can I when setting up a system or jail tell pkg to only use the "bare minimum" of packages?