From owner-freebsd-arm@FreeBSD.ORG Thu May 1 02:06:34 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 D93031BA for ; Thu, 1 May 2014 02:06:34 +0000 (UTC) Received: from i3mail.icecube.wisc.edu (i3mail.icecube.wisc.edu [128.104.255.23]) by mx1.freebsd.org (Postfix) with ESMTP id AA5F1123B for ; Thu, 1 May 2014 02:06:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by i3mail.icecube.wisc.edu (Postfix) with ESMTP id 16AA93805B; Wed, 30 Apr 2014 21:06:33 -0500 (CDT) X-Virus-Scanned: amavisd-new at icecube.wisc.edu Received: from i3mail.icecube.wisc.edu ([127.0.0.1]) by localhost (i3mail.icecube.wisc.edu [127.0.0.1]) (amavisd-new, port 10030) with ESMTP id RGS9sqL9d7ZO; Wed, 30 Apr 2014 21:06:33 -0500 (CDT) Received: from comporellon.tachypleus.net (polaris.tachypleus.net [75.101.50.44]) by i3mail.icecube.wisc.edu (Postfix) with ESMTPSA id 918D33805A; Wed, 30 Apr 2014 21:06:32 -0500 (CDT) Message-ID: <5361AC27.8020001@freebsd.org> Date: Wed, 30 Apr 2014 19:06:31 -0700 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Tom Everett , Winston Smith Subject: Re: crochet - why does it (try to) change files in /usr/src? References: <20140501005611.3401d271adf4db31cf8e9246@getmail.no> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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:06:34 -0000 With both mkimg and makefs in the tree now, there should be almost no need for md devices for image generation anymore. -Nathan On 04/30/14 18:55, Tom Everett wrote: > My recollection is that it needs root to create the md devices. > > > > On Wed, Apr 30, 2014 at 5:23 PM, Winston Smith > wrote: > >> On Wed, Apr 30, 2014 at 6:56 PM, Torfinn Ingolfsen >> wrote: >>> I'm (finally) trying crochet today. Ultimate goal is to try and build >> for Cubieboard, but I'm starting with something easy first - RaspberryPi. >>> Question 1: it look to me like the script is trying to remove stuff >> (files) from /usr/src. Why is it doing that? >>> Question 2: why does crochet need root? >>> - all prerequisites (that needs root) are already installed >>> - the script is installed in ~/work/crochet-freebsd and all building >> takes place there >>> so why does it need root? >> I think it's just the FreeBSD way! >> >> Does it work if you're root? >> _______________________________________________ >> freebsd-arm@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-arm >> To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" >> > >