From owner-freebsd-embedded@FreeBSD.ORG Sun Jul 5 22:12:38 2009 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B2FB106566C for ; Sun, 5 Jul 2009 22:12:38 +0000 (UTC) (envelope-from cochard@gmail.com) Received: from mail-vw0-f199.google.com (mail-vw0-f199.google.com [209.85.212.199]) by mx1.freebsd.org (Postfix) with ESMTP id 5080B8FC14 for ; Sun, 5 Jul 2009 22:12:38 +0000 (UTC) (envelope-from cochard@gmail.com) Received: by vwj37 with SMTP id 37so717763vwj.3 for ; Sun, 05 Jul 2009 15:12:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:from:date :x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding; bh=lYRcGtkiTS/x9mJ9iqgRpkj9SjrQA99a5g9nCVUS3Vw=; b=OggcDwZrwldrDInPm6uhBDoPnZQYqLjV3bCmGPzEAD9e1fTYCDyZdWdwfaVV6rD/h0 wPYR26f/Cnnl+MVV+oKGN98zUWMHwXICCqQODDdGudms8CC73XE68KewNGtAQIQ8KTBa xjD9fq6PMYRuQHHp2AOaMX1PrZALbmfPNdb2Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type:content-transfer-encoding; b=JAoHAeB5peQqCWSv13V0D9MLE5/s3I/b2BPMOyL5nUTCfiUtoi5SxvfPisVFq6bohd Buu5+0lUDlkQIi5NXcHAxHG1fq9OQAfPfeklviXVYrxoPjxPexALhPU+jg9nnrfRQpCC StoVv3FC8ynkNTgDcXAfee+YU6sgGOXLkBAbg= MIME-Version: 1.0 Sender: cochard@gmail.com Received: by 10.220.72.79 with SMTP id l15mr8027246vcj.4.1246830031108; Sun, 05 Jul 2009 14:40:31 -0700 (PDT) From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= Date: Sun, 5 Jul 2009 23:40:11 +0200 X-Google-Sender-Auth: 46a13bea9c32c76c Message-ID: <3131aa530907051440l7ea1fa87y13edb3595fcf93e1@mail.gmail.com> To: freebsd-embedded@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Patch for adding label support to NanoBSD X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jul 2009 22:12:38 -0000 Hi all, here is a patch that add label support to NanoBSD: This remove the need of generate different image (ad0 or da0 boot drive). You can download this patch here (tested on current): http://bsdrp.svn.sourceforge.net/viewvc/bsdrp/trunk/nanobsd.glabel.patch I've merge the 2 update script updatep1 and updatep2 in one script, and adapt them to this new label use. You can download this new update script here: http://bsdrp.svn.sourceforge.net/viewvc/bsdrp/trunk/Files/usr/local/bin/upgrade It's Scott Ullrich (pfSense) who give me this advice to use glabel for fix this problem. Do you think if theses changes can be include in the official NanoBSD ? Regards, Olivier http://bsdrp.net http://www.freenas.org