Bug 96429 - [kernel] [patch] kern_linker.c hardcodes "/boot/kernel" instead of using KODIR
Summary: [kernel] [patch] kern_linker.c hardcodes "/boot/kernel" instead of using KODIR
Status: Closed Not Accepted
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-27 20:30 UTC by Robert Millan
Modified: 2017-06-29 01:32 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.07 KB, patch)
2006-04-27 20:30 UTC, Robert Millan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Millan 2006-04-27 20:30:11 UTC
	KODIR can be used to override the directory in which modules are installed,
	but the kernel will always look for them in /boot/kernel/ no matter what.

	I think it should look in the same dir where they were installed.