From owner-freebsd-arm@freebsd.org Wed Jan 11 18:21:38 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 1163CCAB44F for ; Wed, 11 Jan 2017 18:21:38 +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::11]) (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 A5DC41102 for ; Wed, 11 Jan 2017 18:21:37 +0000 (UTC) (envelope-from rj@obsigna.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1484158896; l=777; s=domk; d=obsigna.com; h=In-Reply-To:To:References:Date:Subject:Mime-Version: Content-Transfer-Encoding:Content-Type:From; bh=SagCTxY/b8+0d6UASkIyEDYzDhXe1kOwMI7YGPbTxl0=; b=yizdlN5qCK5d/Fj+KoXDmoLb4sCdb8GhG+qNBJMskbhSq8nTZuKuTp9a+L4wIarl5H 2klzvSbx0Ttzfo8H5PrQaVuU2SKd5LUaqnLgR5/H2M5PMt29nbP488uIRMWRP/dwZxot EMPylpNT0Kfo2oDK7kb2sKp/4wRLcpn2Ie0CA= 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 Y0844et0BILZ1A9 (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) for ; Wed, 11 Jan 2017 19:21:35 +0100 (CET) Received: from rolf.projectworld.net (rolf.projectworld.net [192.168.222.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.obsigna.com (Postfix) with ESMTPSA id 6D5C87506D97 for ; Wed, 11 Jan 2017 16:21:33 -0200 (BRST) From: "Dr. Rolf Jansen" Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: updating armv6 snapshots Date: Wed, 11 Jan 2017 16:21:32 -0200 References: To: "freebsd-arm@freebsd.org" In-Reply-To: Message-Id: <62F58AE0-0DD7-4588-B214-D34D5C7874EE@obsigna.com> X-Mailer: Apple Mail (2.3259) 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 18:21:38 -0000 > Am 11.01.2017 um 16:17 schrieb Dr. Rolf Jansen : >=20 >> Am 11.01.2017 um 14:57 schrieb jungle Boogie = : >>=20 >> ... >>=20 >> d) anything else? >>=20 >=20 > ... >=20 > #!/bin/sh >=20 > clone -s -x local /mnt/usr /usr > clone -s /mnt/sbin /sbin > clone -s /mnt/rescue /rescue > clone -s /mnt/libexec /libexec > clone -s /mnt/lib /lib > clone -s /mnt/bin /bin > clone -s -x loader.conf /mnt/boot /boot > clone -s -x = fstab:group:localtime:master.passwd:motd:passwd:pwd.db:rc.conf:rc.local:re= solv.conf:spwd.db:ssh:ssl /mnt /etc Please replace the last line above with: clone -s -x = fstab:group:localtime:master.passwd:motd:passwd:pwd.db:rc.conf:rc.local:re= solv.conf:spwd.db:ssh:ssl /mnt/etc /etc=