From owner-freebsd-questions@FreeBSD.ORG Tue Sep 16 10:02:44 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 12D421065674 for ; Tue, 16 Sep 2008 10:02:44 +0000 (UTC) (envelope-from gpbuono@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.174]) by mx1.freebsd.org (Postfix) with ESMTP id DFB548FC0A for ; Tue, 16 Sep 2008 10:02:43 +0000 (UTC) (envelope-from gpbuono@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so2495071wfg.7 for ; Tue, 16 Sep 2008 03:02:43 -0700 (PDT) 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:mime-version:content-type; bh=t5sRHeWVlzCuOIc1pM8k8Qf4qvK5i7l03r4xnb28v3Q=; b=i1FlfUuLT1ScfGpESO3NBmVhNu75LyFAqTkzOwKIGZ7K/6Smt6oWCUeogSs2XM6sQP f0bq7HBVnrdckf5Y9fHYVAZPIuVCyuMFXc6/9y7pNikDlv2JVHPZzxuC+76GV29sFYDg CwncWDYapsex8KvokKNdtLPIDYSGd+wXP/we0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=a3a0eo/TuFkPfxzl0p+mnUvN6R6IDZ1D2oSbfehnfezeFDisDbaPBRpuD7CQfFtmYh adSBX9HoZExn6rTKEv1p5iL2zbfLChEDNcp/hjuhk0F00ci83CUO/0eFsyAigV5FhQSi vHZMt2k/bMN7ZnlwbJSzp+rq43AR79XXidsjw= Received: by 10.142.155.4 with SMTP id c4mr294096wfe.9.1221559363587; Tue, 16 Sep 2008 03:02:43 -0700 (PDT) Received: by 10.142.156.1 with HTTP; Tue, 16 Sep 2008 03:02:43 -0700 (PDT) Message-ID: Date: Tue, 16 Sep 2008 12:02:43 +0200 From: "Gian Paolo Buono" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: buld Kernel withouth buildworld 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, 16 Sep 2008 10:02:44 -0000 Hi, Is a problem update /usr/src and compiled kernel without buildworld ? I have done the following steps: 1 ) cd /usr/src; make update 2) edit kernel file /usr/src/sys/i386/conf/M7 3) make buildkernel KERNCONF=M7 4) make installkernel KERNCONF=M7 5) shutdown -r now Best regards Gian Paolo