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
F82159802: D29589.id86852.diff
Fri, Apr 26, 1:34 AM
Unknown Object (File)
Thu, Apr 25, 12:47 AM
Unknown Object (File)
Tue, Apr 16, 8:57 PM
Unknown Object (File)
Mon, Apr 8, 2:56 PM
Unknown Object (File)
Feb 6 2024, 10:29 PM
Unknown Object (File)
Jan 15 2024, 11:58 PM
Unknown Object (File)
Jan 12 2024, 5:16 AM
Unknown Object (File)
Jan 9 2024, 1:10 PM
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.