From owner-freebsd-questions@FreeBSD.ORG Wed Dec 22 09:07:50 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFC8016A4CE for ; Wed, 22 Dec 2004 09:07:50 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87EB143D1F for ; Wed, 22 Dec 2004 09:07:50 +0000 (GMT) (envelope-from bees.msu@gmail.com) Received: by rproxy.gmail.com with SMTP id f1so197518rne for ; Wed, 22 Dec 2004 01:07:50 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=PZhBk3qPEESg7cKx/KR+LER9sPpi4ImGZYFOvDLC7T76xaSevQqQ9IHoZQIID6qNsj4LHaQxyr5GXbPmKqFsZ0voNWQMS1O89Tql7Qy7YoHmare+q3fcltk88I6v4kwvbNVbQk0fpdNln6l5pXcaNZFBNxLOxEkAm4JXp2RilWs= Received: by 10.38.73.54 with SMTP id v54mr222308rna; Wed, 22 Dec 2004 01:07:49 -0800 (PST) Received: by 10.38.12.78 with HTTP; Wed, 22 Dec 2004 01:07:49 -0800 (PST) Message-ID: Date: Wed, 22 Dec 2004 04:07:49 -0500 From: Zachary Huang To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: make buildkernel KERNEL or KERNCONF? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Zachary Huang List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Dec 2004 09:07:51 -0000 in the usr/src/UPDATING file with FreeBSD 4.2: we have: To update from 4.0-RELEASE or later to the most current 4.x-STABLE ---------- make buildworld make buildkernel KERNEL=YOUR_KERNEL_HERE make installkernel KERNEL=YOUR_KERNEL_HERE reboot (in single user) [1] make installworld mergemaster reboot whereas in the 4.10 I am getting through cvsup: (notice it is kernCONF, not KerNEL anymore). To update from 4.0-RELEASE or later to the most current 4.x-STABLE ---------- make buildworld make buildkernel KERNCONF=YOUR_KERNEL_HERE make installkernel KERNCONF=YOUR_KERNEL_HERE reboot (in single user) [1] make installworld mergemaster [2] reboot I guess I still follow the first one since that is what came with the 4.2. and I am trying to upgrade from 4.2 to 4.10.