From owner-freebsd-hackers@FreeBSD.ORG Thu May 22 20:25:01 2014 Return-Path: Delivered-To: freebsd-hackers@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 3A770D3A; Thu, 22 May 2014 20:25:01 +0000 (UTC) Received: from mail-qc0-x233.google.com (mail-qc0-x233.google.com [IPv6:2607:f8b0:400d:c01::233]) (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 E052027D7; Thu, 22 May 2014 20:25:00 +0000 (UTC) Received: by mail-qc0-f179.google.com with SMTP id x3so6601427qcv.38 for ; Thu, 22 May 2014 13:25:00 -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:content-transfer-encoding; bh=NzDFk4W0kPZNwIv92+qwmfiCi5AvPOWzm7/IgsqS5Go=; b=hBX9i53Nfycv5/5HPg0AK/RSDEDPeCw74nwH1C6CaCUJ/WKbONyfURI7bA/IWA05JL ZKcWAnsaDopQUONgh1ZsfsvTfCCcIAiUGkrJ7ibQdRBV1OTzeGDhAANl8U+jQubCa06C 7lbK/Doizfu3jFMvc/f0KDMS0Oq8Y+NSA3OR3DbpkDE5L9XTibwvrJqul01msLeqcUde I41Zn6ZK4MB110XltimUD5h+ZUismYcphVbGyZdLXsWhQZxbySBO+GXKG3ekLmOLFula ZQW6ahmmQ9piLDM+EOnIIrd8xl8niLyKL1McRL52Lua1IFLit+nYD9L/JlAIfXW+tsUA VZLg== MIME-Version: 1.0 X-Received: by 10.224.103.129 with SMTP id k1mr205549qao.62.1400790299983; Thu, 22 May 2014 13:24:59 -0700 (PDT) Received: by 10.96.84.232 with HTTP; Thu, 22 May 2014 13:24:59 -0700 (PDT) In-Reply-To: References: Date: Thu, 22 May 2014 14:24:59 -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 Content-Transfer-Encoding: quoted-printable 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:25:01 -0000 On 22 May 2014 14:18, Marcel Moolenaar wrote: > On 5/22/14, 1:12 PM, "Dan McGregor" wrote: > >>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. > > I thought I made the first partition active by default. > I guess not=E2=80=A6 If it does and I'm just brain-damaged and missed it that's fine. It covers my use case. I don't think it does, though, unless you changed that recently.