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
F170648756: D29589.id86852.diff
Sat, Sep 5, 7:37 PM
F170487090: D29589.diff
Sat, Sep 5, 1:36 AM
Unknown Object (File)
Wed, Sep 2, 10:46 PM
Unknown Object (File)
Mon, Aug 31, 10:18 PM
Unknown Object (File)
Sat, Aug 29, 9:03 PM
Unknown Object (File)
Sat, Aug 22, 1:12 PM
Unknown Object (File)
Sat, Aug 15, 4:39 AM
Unknown Object (File)
Fri, Aug 14, 9:49 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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 38328
Build 35217: arc lint + arc unit

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.