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
F148059275: D29589.id86852.diff
Sun, Mar 15, 12:01 PM
F148048085: D29589.id86852.diff
Sun, Mar 15, 10:06 AM
Unknown Object (File)
Sun, Mar 15, 12:16 AM
Unknown Object (File)
Thu, Feb 26, 5:08 AM
Unknown Object (File)
Fri, Feb 20, 11:26 PM
Unknown Object (File)
Fri, Feb 20, 10:16 PM
Unknown Object (File)
Fri, Feb 20, 5:18 AM
Unknown Object (File)
Mon, Feb 16, 11:19 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.