From owner-freebsd-embedded@FreeBSD.ORG Thu Dec 23 14:13:13 2010 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 7783F1065673 for ; Thu, 23 Dec 2010 14:13:13 +0000 (UTC) (envelope-from cougar2008@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 065148FC13 for ; Thu, 23 Dec 2010 14:13:12 +0000 (UTC) Received: by bwz12 with SMTP id 12so410336bwz.13 for ; Thu, 23 Dec 2010 06:13:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=KMjk1xhNeheJjgETtnnKVdS9wfSxl9QdUlC/XMGcRec=; b=WpJ3aezo+QVbZjhHjpEhnNA/BDTv9ALw6km6/4jmuYbr9RRu5r4XGt0gwjOXztmiyP 87bVC8xfmFKZ23DOZVNljiZND4jYCK0TcMl0H71ybBhBU2/iVyhQCoVUPdlUSJKYfdnO 2QwL305GZRNa3YwG4w2+5o5qUlXqFW+EyElug= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=XdZnB5rLDGBJRB5KTOk0y/2lTcNxhWTxtxCf52g5YiLep5tztO7w4FoL25xeVWoaKR BZix1L6pmaDvJyC86mQZaP2/yfoTAOCyqFWTZzKMFQjMTB3L7eh+9f2yGnu4Wu9SDF0n ldcTR72/i05YLaUjHRcnQqFIu3pqg/7TgU2aI= MIME-Version: 1.0 Received: by 10.204.54.69 with SMTP id p5mr7137221bkg.82.1293111944795; Thu, 23 Dec 2010 05:45:44 -0800 (PST) Received: by 10.204.115.71 with HTTP; Thu, 23 Dec 2010 05:45:44 -0800 (PST) Date: Thu, 23 Dec 2010 21:45:44 +0800 Message-ID: From: cougar cougar To: freebsd-embedded@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: boot0cfg can not work in 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: Thu, 23 Dec 2010 14:13:13 -0000 Hi all : When I use updatep2 to update nanobsd , but boot0cfg can not work , I find this can work with gpart: http://svn.freebsd.org/viewvc/base/head/tools/tools/nanobsd/Files/root/updatep2?view=log It still in head ? someone forget put this in stable/ or releng/ ?