From owner-freebsd-arm@FreeBSD.ORG Thu May 1 02:53:42 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 630FDCA2; Thu, 1 May 2014 02:53:42 +0000 (UTC) Received: from mail-ee0-x230.google.com (mail-ee0-x230.google.com [IPv6:2a00:1450:4013:c00::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C3BFC163C; Thu, 1 May 2014 02:53:41 +0000 (UTC) Received: by mail-ee0-f48.google.com with SMTP id e49so752433eek.35 for ; Wed, 30 Apr 2014 19:53:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=Qnn0R16lJmtt7rHX4FANknFEDl0Ymyb+swihH4R2q1U=; b=TKjl6i8IExCr70xu6wcC/BktVpYKyU7NDfE45Ggpp9+zk4DxeOUB+iqc53qhfRtj31 AKFQM4lYmtMsI79X7F7u7900ZtZ5RYNcdCASGxe3SHXDKKmZL37lhb/rnApx/TRCY+YC hbTAr4NXj3WKZ3FN4g2a5d9p7R67tIw8nbz+SX8luzm/4A4VaNvikDTxTDfMYHrfKP+2 2aeGOowoWln9ml9eNHbv7GDdGxAb7pgNcisopxgcXJPm6rpVrqIk4DS8gH76Z0uz1HqV 2fmsJ+Xr94/5tJ7K8FjLQ/7AxO6vucQx4R6272O04mvNIMreuOeI/O2t2e/+73iJIt+8 xjjg== X-Received: by 10.15.10.3 with SMTP id f3mr7365421eet.1.1398912819009; Wed, 30 Apr 2014 19:53:39 -0700 (PDT) Received: from ketas-laptop.mydomain (ketas-laptop6.si.pri.ee. [2001:ad0:91f:0:21a:6bff:fe66:2ad3]) by mx.google.com with ESMTPSA id t44sm72638543eeo.6.2014.04.30.19.53.36 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 30 Apr 2014 19:53:37 -0700 (PDT) Sender: Sulev-Madis Silber Message-ID: <5361B72D.2000506@hot.ee> Date: Thu, 01 May 2014 05:53:33 +0300 From: "Sulev-Madis Silber (ketas)" User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:15.0) Gecko/20120912 Thunderbird/15.0.1 MIME-Version: 1.0 To: Nathan Whitehorn Subject: Re: crochet - why does it (try to) change files in /usr/src? References: <20140501005611.3401d271adf4db31cf8e9246@getmail.no> <5361AC27.8020001@freebsd.org> In-Reply-To: <5361AC27.8020001@freebsd.org> X-TagToolbar-Keys: D20140501055333409 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: FreeBSD ARM X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2014 02:53:42 -0000 On 2014-05-01 05:06, Nathan Whitehorn wrote: > With both mkimg and makefs in the tree now, there should be almost no > need for md devices for image generation anymore. > -Nathan That would only work for devices that don't need FAT filesystems. Also, if you want to build image root-less, you need to figure out how to get correct file permissions into your image file. Surely you can get those into file, just you can't do it directly on filesystem.