From owner-freebsd-doc@freebsd.org Wed Aug 31 10:37:14 2016 Return-Path: Delivered-To: freebsd-doc@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 C244EBC9942 for ; Wed, 31 Aug 2016 10:37:14 +0000 (UTC) (envelope-from daniel@bielefeldt.org) Received: from triton.biesol.dk (triton.biesol.dk [91.194.94.2]) by mx1.freebsd.org (Postfix) with ESMTP id 898F495D for ; Wed, 31 Aug 2016 10:37:13 +0000 (UTC) (envelope-from daniel@bielefeldt.org) Received: from triton.biesol.dk (localhost [127.0.0.1]) by triton.biesol.dk (Postfix) with ESMTP id 673AA17F0E for ; Wed, 31 Aug 2016 12:29:43 +0200 (CEST) X-Virus-Scanned: Mailsystem at biesol.dk Received: from triton.biesol.dk ([127.0.0.1]) by triton.biesol.dk (triton.biesol.dk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KVL4tRncNZIg for ; Wed, 31 Aug 2016 12:29:41 +0200 (CEST) Received: from [10.0.2.6] (unknown [91.194.94.35]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by triton.biesol.dk (Postfix) with ESMTPSA id A402F173C9 for ; Wed, 31 Aug 2016 12:29:41 +0200 (CEST) To: freebsd-doc@FreeBSD.org From: Daniel Bielefeldt Subject: Correction for nanobsd documentation Message-ID: Date: Wed, 31 Aug 2016 12:29:41 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 10:37:14 -0000 I've been reading the nanobsd documentation, and after my attempt to build an image, I wasn't sure where to find the final image. In the document under 2.2 there is a guide that describes the procedure step by step. In the 3. step is shows that the complete image is located in /usr/obj/ Perhaps that the case when you build images for other than embedded platforms. When I finally found the correct path is was /usr/embedded instead of /usr/obj. It was not hard to find the correct path, as it was in the output from nanobsd.sh, but maybe the documentation should make an exception in the step by step guide, by saying something about where to find the final image. Best Regards, Daniel Bielefeldt