Page MenuHomeFreeBSD

mtree: Add package tags to some root directories
ClosedPublic

Authored by ivy on Sep 19 2025, 4:08 PM.
Tags
None
Referenced Files
F132677702: D52622.id.diff
Sat, Oct 18, 11:50 PM
Unknown Object (File)
Fri, Oct 17, 3:52 AM
Unknown Object (File)
Thu, Oct 16, 5:21 PM
Unknown Object (File)
Thu, Oct 9, 8:19 PM
Unknown Object (File)
Thu, Oct 9, 7:10 PM
Unknown Object (File)
Thu, Oct 9, 4:44 PM
Unknown Object (File)
Thu, Oct 9, 4:44 PM
Unknown Object (File)
Thu, Oct 9, 4:44 PM
Subscribers

Details

Summary

This ensures the normally-empty directories /proc, /net, /media and /mnt
are created on a fresh pkgbase install.

Put /proc, /mnt and /media in -runtime since those are basic directories
that should always exist. /net is only used by the automounter, so put
that in -autofs. While here, also tag /rescue in -rescue, since nothing
else installs there.

Reported by: Graham Perrin <grahamperrin@gmail.com>
PR: 289654
MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable