From owner-freebsd-arm@freebsd.org Wed Jan 11 19:02:59 2017 Return-Path: Delivered-To: freebsd-arm@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 45447CAA50F for ; Wed, 11 Jan 2017 19:02:59 +0000 (UTC) (envelope-from rj@obsigna.com) Received: from mo6-p00-ob.smtp.rzone.de (mo6-p00-ob.smtp.rzone.de [IPv6:2a01:238:20a:202:5300::6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.smtp.rzone.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D7C5D1D47 for ; Wed, 11 Jan 2017 19:02:58 +0000 (UTC) (envelope-from rj@obsigna.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1484161376; l=982; s=domk; d=obsigna.com; h=To:Date:Subject:From:Cc:Content-Transfer-Encoding:Content-Type: In-Reply-To:Mime-Version:References; bh=Z53N5yzDE1yXItvK6+Xh76ZQvSDNGLWwWGT3bUMveZ0=; b=pWSaGV4BwfcoFjPlR7KIGcm3BlFng4cTHuBRppBltx7JAUXEefXGTuGffzNDjtWOQd O6ubSwHXl2OlhiLQ/yTY30EoOAzWEm3NKnLR5GARPdFXM1jvEbPrHxARzl6ZFzH3xpI8 I6UB0TxV4LwZCyX2+m8IscGEDr91u05CyqBMU= X-RZG-AUTH: :O2kGeEG7b/pS1EK7WHa0hxqKZr4lnx6UhT0M0o35iAdWtoM07Gt3wQHFGhIh99LgMA== X-RZG-CLASS-ID: mo00 Received: from mail.obsigna.com (bb02ac17.virtua.com.br [187.2.172.23]) by smtp.strato.de (RZmta 39.11 DYNA|AUTH) with ESMTPSA id 00684dt0BJ2uLNk (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate); Wed, 11 Jan 2017 20:02:56 +0100 (CET) Received: from [192.168.222.11] (rjfone.projectworld.net [192.168.222.11]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.obsigna.com (Postfix) with ESMTPSA id 5AA387506D97; Wed, 11 Jan 2017 17:02:53 -0200 (BRST) References: Mime-Version: 1.0 (1.0) In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <464A294D-7EF2-418C-8BC1-7DA44B5EA45B@obsigna.com> Cc: "freebsd-arm@freebsd.org" X-Mailer: iPhone Mail (11D257) From: "Dr. Rolf Jansen" Subject: Re: updating armv6 snapshots Date: Wed, 11 Jan 2017 17:02:41 -0200 To: jungle Boogie X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jan 2017 19:02:59 -0000 > Am 11.01.2017 um 16:48 schrieb jungle Boogie : >=20 > Dr. Jansen, >> On 11 January 2017 at 10:17, Dr. Rolf Jansen wrote: >> I did already once the following: >>=20 >> 1. installed sysutils/clone from the ports >> # pkg install clone >>=20 >> 2. dd'd the latest snapshot onto a USB memstick >> and mounted /dev/da0s2a to /mnt >>=20 >> 3. (optional) saved the changed settings in /etc and /boot >>=20 >> 4. used several clone commands in synch mode for replacing >> the old snapshot installation by the new one using the >> following shell script >=20 >=20 > What a great solution. Can this be added to the wiki? >=20 > Are you planning on doing this for future snapshot updates as well? I am waiting for the next 12-CURRENT snspshot which will come out soon becau= se it has been reported to contain a fix for late enumeration of mmcsd devic= es. Once the new snapshot is out, I will run the script again.=