This makes it run a bit earlier in the startup, which will
be useful for the linux rc script later on.
Details
Details
- Reviewers
emaste imp - Group Reviewers
Linux Emulation - Commits
- rG44f3b1aa980e: rc: kldxref only needs to depend on rootfs, not FILESYSTEMS
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
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.
Comment Actions
I think it's safe; the kldxref.c:maketemp() function is used to create the temporary next to their final destinations.