Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Mar 2000 22:38:56 -0800 (PST)
From:      Doug@gorean.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/17593: [PATCH] Add KERNEL identifier to GENERIC
Message-ID:  <200003250638.WAA49553@dt051n0b.san.rr.com>

next in thread | raw e-mail | index | archive | help

>Number:         17593
>Category:       kern
>Synopsis:       [PATCH] Add KERNEL identifier to GENERIC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 24 22:40:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Doug
>Release:        FreeBSD 3.4-STABLE-0219 i386
>Organization:
AAAG
>Environment:

	Any FreeBSD system

>Description:

	This small patch adds a kernel identifier to the GENERIC kernel file.
This allows the user to keep their GENERIC kernel up to date as a backup
while not influencing their "regular" kernel. It also has the benefit of
moving the old kernel.GENERIC to kernel.GENERIC.old during the
'make install' step. 

>How-To-Repeat:

	Track a -stable release, have your real kernel blow up, have
kernel.GENERIC not work because it's too out of date. :)

>Fix:
	
	Apply the following patch:


Index: GENERIC
===================================================================
RCS file: /usr/ncvs/src/sys/i386/conf/GENERIC,v
retrieving revision 1.249
diff -u -r1.249 GENERIC
--- GENERIC	2000/03/21 17:00:58	1.249
+++ GENERIC	2000/03/23 07:47:11
@@ -26,6 +26,7 @@
 maxusers	32
 
 #makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
+makeoptions 	KERNEL=kernel.GENERIC	#Remove this line to build custom kernel
 
 options 	MATH_EMULATE		#Support for x87 emulation
 options 	INET			#InterNETworking


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003250638.WAA49553>