From owner-svn-src-all@freebsd.org Wed Sep 2 14:15:17 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D619A9C93AB; Wed, 2 Sep 2015 14:15:17 +0000 (UTC) (envelope-from cochard@gmail.com) Received: from mail-la0-x229.google.com (mail-la0-x229.google.com [IPv6:2a00:1450:4010:c03::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7767FFC5; Wed, 2 Sep 2015 14:15:17 +0000 (UTC) (envelope-from cochard@gmail.com) Received: by lamp12 with SMTP id p12so7663720lam.0; Wed, 02 Sep 2015 07:15:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=itEEdr7S0w6DycvhcHZOcDCKyOU3h63FJ4Byrj5oUjA=; b=wjLYlo5DWMDJ1XfYHVrqyg+51AIKNP9ChonyBnpjVKhSWQHU0dDuX6ntSoVeNnPF0/ or2+mCcGYIju58Jr7U2ZtmuNZqxsAQPYpobeIR1YbvDz/hppYSXvTF1Rc6OuCI1opTcu KbKI7ZGRWDjHJk4zDIhG6QEKFrbMr7JIcdQ3N3eXtw2b3qJrZ5FMQ/aDjc/fGb/uSP/J I1OqE5s85scl4FK+1vFNH41eaCvs9PgCHmpk1drHZ9hg9cRSeJh6GS3J/rQ6Aj8v7+0a FzoKNT6mbZYHaE+3pfr4iP2jqjF1X2JKTQ7p0/ILgWFE8XLnU/62S47+UYfHL9uuQlw/ mF0g== X-Received: by 10.152.28.105 with SMTP id a9mr16179300lah.9.1441203315370; Wed, 02 Sep 2015 07:15:15 -0700 (PDT) MIME-Version: 1.0 Sender: cochard@gmail.com Received: by 10.25.197.67 with HTTP; Wed, 2 Sep 2015 07:14:56 -0700 (PDT) In-Reply-To: <55E7002D.8080001@gmail.com> References: <201509011159.t81BxCkm072208@repo.freebsd.org> <20150901224438.32e982dd@kan> <20150902125024.GH1023@FreeBSD.org> <20150902090825.619467d9@kan> <20150902132034.GL1023@FreeBSD.org> <20150902093622.751a85f2@kan> <55E7002D.8080001@gmail.com> From: =?UTF-8?Q?Olivier_Cochard=2DLabb=C3=A9?= Date: Wed, 2 Sep 2015 16:14:56 +0200 X-Google-Sender-Auth: zxnQlLOfvFkYimlrxR8iGFlV_sg Message-ID: Subject: Re: svn commit: r287358 - head To: Alexander Motin Cc: Gleb Smirnoff , svn-src-head , svn-src-all , src-committers Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Sep 2015 14:15:18 -0000 On Wed, Sep 2, 2015 at 3:57 PM, Alexander Motin wrote: > > > Sorry if it is documented somewhere, but can this be disabled somehow? > On my development server installkernel for some reason already took more > time then buildkernel -DKERNFAST. Now I suppose it will take twice more. > I am doing it hundred times a day, and I am not happy. :-\ > > =E2=80=8BThis create problem for generating nanobsd image too: It install k= ernel twice, then the resulting /boot is too big for being copied into the small OS partition. Regards, =E2=80=8BOlivier=E2=80=8B