From owner-freebsd-embedded@FreeBSD.ORG Tue Jan 14 16:17:21 2014 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 880E5B4D for ; Tue, 14 Jan 2014 16:17:21 +0000 (UTC) Received: from nm25-vm7.bullet.mail.ird.yahoo.com (nm25-vm7.bullet.mail.ird.yahoo.com [212.82.109.208]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A345615C4 for ; Tue, 14 Jan 2014 16:17:20 +0000 (UTC) Received: from [77.238.189.232] by nm25.bullet.mail.ird.yahoo.com with NNFMP; 14 Jan 2014 16:15:34 -0000 Received: from [46.228.39.104] by tm13.bullet.mail.ird.yahoo.com with NNFMP; 14 Jan 2014 16:15:34 -0000 Received: from [127.0.0.1] by smtp141.mail.ir2.yahoo.com with NNFMP; 14 Jan 2014 16:15:34 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.it; s=s1024; t=1389716134; bh=nZ7qwdN3AgRSRrFkk3IJD8cao0tbTqWZ74hKi7wyOeY=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Received:Date:From:To:Subject:Message-ID:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:User-Agent; b=rg4vm04YvekP3QZv67QPBLm4JPiF+7kpx6EWjRMPP6CgrcuoCvlG6cZAy8uXqjg3W56kDjTTDM3nCmLpGD7Gp7D7zSFVsAmbl6rpcQ4ilzy2dr+hEAHJ76QQabs5+YKPnV0K9e12QvFbFa4RGOEA6FviECOWrTvCVF56cohhLm0= X-Yahoo-Newman-Id: 850187.28043.bm@smtp141.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: ikkpfgkVM1kNqGy1VDTwhm.b4EmXJjGIKxjjH4OHgjlN8zj sRDqPFM1e6wgRIiPNPq6DWrZuKhoQaZp0oxPagrSdK5xkvevpEJH1eIuPmj8 Ypi5SHGkPk9GL_foNNGgcMqvvsBdo4bT.5ZY2BWdATgqHOZy3cezFsaep6l8 XRWWBOYUhCPdpotwSxb4p1KmfLHvBfs6DZVJRckhOR7.TAxmN35qSWIsf3o1 09vFc_ce_9qOSChykUx69sIrtaeK.Kr_F5n2mkPp7pCH4f9wczmE9TVZ2.T8 Pz0qmOjmLvfPV.f1HDr1Ii2vQoTHCovKHNQtCpCl24WiwJoW3ESpJ35dtB9R n5_om7pr245EHSPdww0Jg_dndANIO0IEma6TAE54C9iT1VSvYhM763gu6RNy tc3_zEYlmjdW4CUiXZ0UJ7VVpIdkhlrwiCf59i37emTkIAwSYHxkaO..xBHX tJR.Eov2a4AXkOQaBsVNaUChQrLbPr93ETpNKYoBssxSiIvsWQjDdH4U.MeW RmeR9nbXx8fL_21ZnarWkZP9D4X4JR2zQLwdFb5lgq1E09B4XOtBBT18KI7l hx76sczCiKDqMOFoncMRjfdLBy9dO16hGM1si7HQ9kz5NRjB4JKvXAKnM_na vMJ21iY643AeQVY4jbB_pyZ_MdO3bB9dR0cbxX0JJ.K1NR9OdhazcuXVNvK4 dxAYerTthD9lq8mP0vQTDeD.vG7Z5EolXdQ-- X-Yahoo-SMTP: WU.IBxeswBAAnLcBZV3tEZIK0A-- X-Rocket-Received: from flea (ardovm@93.145.89.43 with plain [188.125.69.59]) by smtp141.mail.ir2.yahoo.com with SMTP; 14 Jan 2014 16:15:34 +0000 UTC Received: by flea (Postfix, from userid 1000) id C4A89C00090; Tue, 14 Jan 2014 17:15:33 +0100 (CET) Date: Tue, 14 Jan 2014 17:15:33 +0100 From: Arrigo Marchiori To: freebsd-embedded@freebsd.org Subject: Re: Creating code slice before disk image in nanobsd Message-ID: <20140114161533.GB19601@snail.casa> References: <20120629133759.GA19373@snail.casa> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20120629133759.GA19373@snail.casa> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jan 2014 16:17:21 -0000 Hello list, in 2012 I wrote a patch to build the code image before the full disk image. It seemed to apply cleanly to 8-STABLE and it seems to apply now cleanly to 9-STABLE. Another effect of that patch is using gpart instead of fdisk. Is it of interest to anyone? Shall I file a PR? You can find the original patch and explanation at http://lists.freebsd.org/pipermail/freebsd-embedded/2012-June/001580.html Regards, -- rigo http://rigo.altervista.org