Page MenuHomeFreeBSD

rc: kldxref only needs to depend on rootfs, not FILESYSTEMS
ClosedPublic

Authored by trasz on Apr 5 2021, 6:14 PM.
Tags
None
Referenced Files
F115913165: D29589.diff
Wed, Apr 30, 8:18 AM
Unknown Object (File)
Sat, Apr 12, 9:45 AM
Unknown Object (File)
Tue, Apr 8, 6:49 AM
Unknown Object (File)
Mar 24 2025, 11:20 AM
Unknown Object (File)
Mar 6 2025, 9:37 AM
Unknown Object (File)
Mar 5 2025, 8:35 AM
Unknown Object (File)
Mar 5 2025, 8:34 AM
Unknown Object (File)
Feb 27 2025, 5:55 AM
Subscribers

Details

Summary

This makes it run a bit earlier in the startup, which will
be useful for the linux rc script later on.

Diff Detail

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

Event Timeline

trasz requested review of this revision.Apr 5 2021, 6:14 PM

We need to update /boot/$kernel/linker.hints. This is necessarily on /, so this should be fine.
For paranoia, make sure we don't also need /tmp.

This revision is now accepted and ready to land.Apr 5 2021, 9:18 PM

I think it's safe; the kldxref.c:maketemp() function is used to create the temporary next to their final destinations.