Bug 31379

Summary: make installkernel writes modules to / instead of /modules
Product: Base System Reporter: Mario Doria <madd>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 1.0-RELEASE   
Hardware: Any   
OS: Any   

Description Mario Doria 2001-10-19 19:10:00 UTC
 Originator:	Mario Doria
 
 Confidential:	no 
 Synopsis:	make installkernel writes modules to / instead of /modules
 Severity:      serious	
 Priority:	high
 Category:	kern 
 Class:		maintainer-update 
 Release:	FreeBSD 4.4-STABLE i386
 Environment:
 System: FreeBSD www.tecdigital.net 4.4-STABLE FreeBSD 4.4-STABLE #0: Thu Oct 18 23:25:32 MDT 2001 madd@www.tecdigital.net:/usr/src/sys/compile/TEC-DIGITAL i386
 
 
 	<machine, os, target, libraries (multiple lines)>
 Description:
 When installing a new kernel, or updating a system, the kernel loadable modules are saved to / (root) instead of /modules. I think they are also installed in /modules.
 	
 How-To-Repeat:
 	 do a make installkernel or build a kernel, when installing the kernel, the modules are written to / (root) instead of /modules.
 <code/input/activities to reproduce the problem (multiple lines)>
Comment 1 Mike Heffner freebsd_committer freebsd_triage 2001-10-23 00:01:21 UTC
Responsible Changed
From-To: gnats-admin->freebsd-ports

Misfiled.
Comment 2 Mike Heffner freebsd_committer freebsd_triage 2001-10-23 00:03:11 UTC
Responsible Changed
From-To: freebsd-ports->freebsd-bugs

Not a ports issue.
Comment 3 Crist J. Clark freebsd_committer freebsd_triage 2001-10-23 06:00:59 UTC
State Changed
From-To: open->closed

imp fixed it. 

imp         2001/10/19 08:30:45 PDT 

Modified files:        (Branch: RELENG_4) 
sys/conf             Makefile.alpha Makefile.i386  
Makefile.pc98  
Log: 
MFC: define KODIR to be /modules.  it is defined to be 
/boot/kernel in current, so I did change that.  this fixes 
installing the kernel modules.  after my last change, they 
were installed in / rather than /modules. 

Revision   Changes    Path 
1.47.2.8   +1 -0      src/sys/conf/Makefile.alpha 
1.179.2.8  +1 -0      src/sys/conf/Makefile.i386 
1.82.2.9   +1 -0      src/sys/conf/Makefile.pc98