From owner-freebsd-questions@FreeBSD.ORG Thu Nov 20 00:15:12 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F87CC56 for ; Thu, 20 Nov 2014 00:15:12 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1974BCEA for ; Thu, 20 Nov 2014 00:15:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=fsh78ZvZkkgal4HMyBGtufY8umXdpB4k2i/juClW2BQ=; b=thirnkxsqgleuR5ExymUMBqSqEajCbNUSAL43g9Vq5nxWMzsB9hOfpw6dLIq9lKwowm3tP08rFYSbZEvcrMn4pfE/ue8R9kX146DO9hKgojE8IhSgHYC9jd9iy8dDHuDNhJZSKExByshWR/OESoMMFPNhQHHszvoCrKnFLwmTsQ=; Received: from [114.121.128.217] (port=36845 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpa (Exim 4.84) (envelope-from ) id 1XrFOu-003Y53-FW; Wed, 19 Nov 2014 17:15:09 -0700 Date: Thu, 20 Nov 2014 08:15:04 +0800 From: Erich Dollansky To: Marko Turk Subject: Re: Handbook update section for custom kernel Message-ID: <20141120081504.4c04d4c0@X220.alogt.com> In-Reply-To: <20141119184230.GA36984@vps.markoturk.info> References: <20141119184230.GA36984@vps.markoturk.info> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2014 00:15:12 -0000 Hi, On Wed, 19 Nov 2014 19:42:30 +0100 Marko Turk wrote: > in handbook, section 24.2.3.1. Custom Kernels with FreeBSD 9.X and > Later says: > "Before using freebsd-update, ensure that a copy of the GENERIC kernel > exists in /boot/GENERIC. If a custom kernel has only been built once, > the kernel in /boot/kernel.old is the GENERIC kernel. Simply rename > this directory to /boot/kernel." > > Should the last sentence be > "Simply rename this directory to /boot/GENERIC." > > or am I missing something? > shouldn't it be /boot/kernel in all cases? I have never seen a /boot/GENERIC on my machines. Not even after a fresh install. Erich