From owner-freebsd-questions@FreeBSD.ORG Tue Dec 23 20:03:22 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44DE1106564A for ; Tue, 23 Dec 2008 20:03:22 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-bw0-f19.google.com (mail-bw0-f19.google.com [209.85.218.19]) by mx1.freebsd.org (Postfix) with ESMTP id BEA008FC1A for ; Tue, 23 Dec 2008 20:03:21 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by bwz12 with SMTP id 12so7698513bwz.19 for ; Tue, 23 Dec 2008 12:03:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=NOmgJuv2V2EK1C9RTsdUhDZL1og8cX2vbvfSJFe2D/I=; b=nTZm2suIL+ERwBBuSE+JLi9pAiTc2gCJYmgsaywsXunzeyx+55+15PpRY4Q5lfbviC npdkd6m2/Ueei1vmweA/N3MJ7B1l13jfMaa/x8XOQYtKcKSC4I/6K7nEuRIV1TcqcPoz ycnsIE8srVVtMvSnCGykByV5YyNLx3t9oRhVg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=n6RuKOjsQZXDgbyM7IM0pYyizpDV8PJqAcNEji+IhUL4p+ZqhcynR+kHVUyGNtjDJK LY5D2TGpDiQXmjlkL+ntPyzQU33FSosTzq1WVRMoW/o79iqAUs0VU5/zi0E8Iw4jEY4I umnpUznINMGHU1j7eo6Iy9iefQdfnWvAdrd2o= Received: by 10.223.120.197 with SMTP id e5mr6415996far.25.1230062586844; Tue, 23 Dec 2008 12:03:06 -0800 (PST) Received: by 10.223.110.143 with HTTP; Tue, 23 Dec 2008 12:03:06 -0800 (PST) Message-ID: <4ad871310812231203k317271bofcf1e623e7c1ade7@mail.gmail.com> Date: Tue, 23 Dec 2008 15:03:06 -0500 From: "Glen Barber" To: "Zbigniew Szalbot" In-Reply-To: <94136a2c0812231145w5eebdc20he7bef86fcbcddac@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <94136a2c0812231145w5eebdc20he7bef86fcbcddac@mail.gmail.com> Cc: User Questions Subject: Re: Going back to generic kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Dec 2008 20:03:22 -0000 On Tue, Dec 23, 2008 at 2:45 PM, Zbigniew Szalbot wrote: > Hi friends, > > I have a test machine with a custom kernel, which I copied (as the > handbook suggests) to /root/kernels/. However, I do not really need > it. > > My question is how do I switch back to the generic kernel? Many thanks > and all the best to you all! > cd /usr/src; make kernel; reboot -- Glen Barber