From owner-freebsd-hackers@FreeBSD.ORG Thu May 22 20:28:28 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 D1EF322F; Thu, 22 May 2014 20:28:28 +0000 (UTC) Received: from mail-qg0-x230.google.com (mail-qg0-x230.google.com [IPv6:2607:f8b0:400d:c04::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 8397C2803; Thu, 22 May 2014 20:28:28 +0000 (UTC) Received: by mail-qg0-f48.google.com with SMTP id i50so6512945qgf.21 for ; Thu, 22 May 2014 13:28:27 -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=uXbH/AnEQRacEw5awssCdTQxIUjRolTiy0holU5SV1s=; b=xaM96waMOFljkrP9ekIA01uuoQ1JiqrTx6p3EcNPYAzl8Eeajpu8oLwEXQ4C6rg8K+ Xlks9vfxkIMW553MEuwzy+lj8km+rraK+sb1qhfH9W0epChnsbxvoo/ZhSFNwY+s4SsF Q5DmyCNPusbN/bRYPiD8Pw6OuOYhWT/pLDx+RyB/U1X7JmVYfijuFm8upL5kwvzFSyUR 7UT57qanSJPwBDk/OW0JmJ0iNIa97xQPOVUdq6dEN1VulHAJ1RFKX7m4nkjVW7YRvKam RjnV6U60egT00rcsH9oJLNjaka2kEndxHDjZCdlMHejz6l8WyR2KupZ61WK9dNuyntO8 MnKg== MIME-Version: 1.0 X-Received: by 10.224.103.129 with SMTP id k1mr235147qao.62.1400790507736; Thu, 22 May 2014 13:28:27 -0700 (PDT) Received: by 10.96.84.232 with HTTP; Thu, 22 May 2014 13:28:27 -0700 (PDT) In-Reply-To: References: Date: Thu, 22 May 2014 14:28:27 -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:28:28 -0000 On 22 May 2014 14:27, Marcel Moolenaar wrote: > On 5/22/14, 1:18 PM, "Marcel Moolenaar" wrote: >>> >>>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 > > Yes, I did! > > The gotcha is that mkimg only does that if you give it > a boot code file. Try that... That makes sense. I'll give it a shot. Thanks. Dan