From owner-freebsd-bugs Fri Mar 24 22:40:11 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BF61B37B71E for ; Fri, 24 Mar 2000 22:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA69425; Fri, 24 Mar 2000 22:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id 1824937B6A1 for ; Fri, 24 Mar 2000 22:38:58 -0800 (PST) (envelope-from doug@dt051n0b.san.rr.com) Received: (from doug@localhost) by dt051n0b.san.rr.com (8.9.3/8.9.3) id WAA49553; Fri, 24 Mar 2000 22:38:56 -0800 (PST) (envelope-from doug) Message-Id: <200003250638.WAA49553@dt051n0b.san.rr.com> Date: Fri, 24 Mar 2000 22:38:56 -0800 (PST) From: Doug@gorean.org Reply-To: Doug@gorean.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/17593: [PATCH] Add KERNEL identifier to GENERIC Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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