From owner-freebsd-current@FreeBSD.ORG Wed Oct 9 07:15:23 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C371ED4D for ; Wed, 9 Oct 2013 07:15:23 +0000 (UTC) (envelope-from mueller6721@twc.com) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.225]) by mx1.freebsd.org (Postfix) with ESMTP id 8D78C201E for ; Wed, 9 Oct 2013 07:15:22 +0000 (UTC) Received: from [74.130.200.176] ([74.130.200.176:25582] helo=localhost) by cdptpa-oedge02 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id D7/23-16944-88205525; Wed, 09 Oct 2013 07:15:20 +0000 Date: Wed, 09 Oct 2013 07:15:20 +0000 Message-ID: From: "Thomas Mueller" To: freebsd-current@freebsd.org Subject: Re: Unable to installworld after successful buildworld and buildkernel References: <3F.9A.16944.166A3525@cdptpa-oedge02> <20131008141501.GA69028@lor.one-eyed-alien.net> <28.45.16944.64B74525@cdptpa-oedge02> <20131008214809.GC69269@lor.one-eyed-alien.net> <44.C1.16944.5E6C4525@cdptpa-oedge02> <20131009055213.GM56872@funkthat.com> X-RR-Connecting-IP: 107.14.168.130:25 X-Cloudmark-Score: 0 Cc: John-Mark Gurney , Brooks Davis X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 07:15:23 -0000 Quoting without "> " so as not to interfere with the patch: How does this look: Index: UPDATING =================================================================== --- UPDATING (revision 256024) +++ UPDATING (working copy) @@ -1899,7 +1899,7 @@ make buildkernel KERNCONF=YOUR_KERNEL_HERE - make installworld DESTDIR=${CURRENT_ROOT} + make installworld DESTDIR=${CURRENT_ROOT} -DDB_FROM_SRC make distribution DESTDIR=${CURRENT_ROOT} # if newfs'd make installkernel KERNCONF=YOUR_KERNEL_HERE DESTDIR=${CURRENT_ROOT} cp /etc/fstab ${CURRENT_ROOT}/etc/fstab # if newfs'd I tested distribution and it appears not to need it. P.S. I didn't think this feature even existed yet, but apparently it has since January. Thanks brooks. -- John-Mark Gurney Voice: +1 415 225 5579 (end of quote) That looks better. Thanks, I hope this change will be committed. I don't really know if I need "make distribution ..." in my case. Attempt to boot and I'll find out. I also intend to build for i386 onto a separate partition, booting from 16 GB USB 2.0 stick with FreeBSD 9.1-stable. Then I intend to "make distribution ..." after the other steps. Tom