Page MenuHomeFreeBSD

pkgbase: Create a FreeBSD-utilities package and make it the default one
ClosedPublic

Authored by manu on Sep 3 2019, 4:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 19, 10:01 AM
Unknown Object (File)
Thu, Mar 19, 5:15 AM
Unknown Object (File)
Thu, Mar 19, 5:15 AM
Unknown Object (File)
Tue, Mar 17, 1:14 PM
Unknown Object (File)
Sun, Mar 15, 9:07 AM
Unknown Object (File)
Sat, Mar 14, 6:20 PM
Unknown Object (File)
Thu, Mar 12, 5:25 PM
Unknown Object (File)
Mon, Mar 9, 12:43 PM

Details

Summary

The default package use to be FreeBSD-runtime but it should only contain
binaries and libs enough to boot to single user and repair the system, it
is also very handy to have a package that can be tranform to a small mfsroot.
So create a new package named FreeBSD-utilities and make it the default one.
Also move a few binaries and lib into this package when it make sense.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I think my comment from D21503 applies here as well.

In D21506#468465, @gjb wrote:

I think my comment from D21503 applies here as well.

And my reply from D21503 applies here too :)

I'll reluctantly accept the revision, noting my objection pointed out above. I do not feel strongly enough in either direction, so I want to be clear that while I am "accepting" this change, it is with hesitance.

This revision is now accepted and ready to land.Sep 3 2019, 5:33 PM
bapt added a subscriber: bapt.

I quite agree with the approach, I just think we can end up with a better name, but I am not creative enough to find one. but the general approach of having a runtime package which is good enough for single user and another which is the minimum for base system for multiuser is imho a good approach