From owner-freebsd-hackers@FreeBSD.ORG Thu May 22 20:12:05 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9682592B; Thu, 22 May 2014 20:12:05 +0000 (UTC) Received: from mail-qc0-x22f.google.com (mail-qc0-x22f.google.com [IPv6:2607:f8b0:400d:c01::22f]) (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 48C0026CB; Thu, 22 May 2014 20:12:05 +0000 (UTC) Received: by mail-qc0-f175.google.com with SMTP id w7so6585896qcr.6 for ; Thu, 22 May 2014 13:12:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=/TDSYHUHkN3HjeuGM2adaQy+JuKxdZNHQpy2WbZmV7Q=; b=cVTRo2jp2VCAjGpnq0g7r8qmtQ2YPZ6UuYKUaR6s7RyZujZu6uKNrLixxTMoCZ8yP7 589c3QLImNKwJjqhm6qFNvTK2UY1PMj1PtB3ZpM37I6yiKuLMtKmbPTK2oLsPJt0yOrs RfqQWwOc0YvEfi6OT9j+n48V6mj9F2NB3KXUBUtN9R5zm7ATn6vrN+ok2VFqCkWbGSBh xkQUrsCMWaEy9L6B1yOys4bDeQXrlqcZjM08TJsC1Dx+Tb3bb95ZrglJRtYgzRM8gryb AXLjrFgjY8k1EtWk+Twdh7NtjQgRI1zIuyg4AG4wFfyLXozYMoWninddv3tiaMwfMQWX ii1w== MIME-Version: 1.0 X-Received: by 10.140.107.137 with SMTP id h9mr169926qgf.30.1400789524506; Thu, 22 May 2014 13:12:04 -0700 (PDT) Received: by 10.96.84.232 with HTTP; Thu, 22 May 2014 13:12:04 -0700 (PDT) In-Reply-To: References: Date: Thu, 22 May 2014 14:12:04 -0600 Message-ID: Subject: Re: Patch to tech mkimg about the TMPDIR variable From: Dan McGregor To: Marcel Moolenaar Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-hackers@freebsd.org" , Alan Somers X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2014 20:12:05 -0000 On 22 May 2014 13:58, Marcel Moolenaar wrote: > On 5/22/14, 12:15 PM, "Dan McGregor" wrote: >> >>Well I won't; I'm not a committer. I'll leave it up to you fancy >>people with commit bits whether it should be committed. > > Commit I shall do... > >>I have other ideas for the tool too, but I don't have time to work on >>those at the moment. > > Feel free to share them... The next itch I want to scratch is a way to set the active partition on an MBR image. The beaglebone requires the active flag set in order to boot, even though it doesn't load the mbr. Right now I just create the image file, then edit the partition table manually when I copy the image to the flash device. Dan