https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289654
--- Comment #5 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=b3468202994f6856c5c49f3365e05f4f8017d680 commit b3468202994f6856c5c49f3365e05f4f8017d680 Author: Lexi Winter <[email protected]> AuthorDate: 2025-09-19 16:38:24 +0000 Commit: Lexi Winter <[email protected]> CommitDate: 2025-09-19 16:39:04 +0000 mtree: Add package tags to some root directories 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 <[email protected]> PR: 289654 MFC after: 3 days Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D52622 etc/mtree/BSD.root.dist | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.
