From owner-freebsd-geom@FreeBSD.ORG Thu Jan 27 17:37:39 2011 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19A821065742 for ; Thu, 27 Jan 2011 17:37:39 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6F9338FC20 for ; Thu, 27 Jan 2011 17:37:38 +0000 (UTC) Received: by bwz12 with SMTP id 12so2650074bwz.13 for ; Thu, 27 Jan 2011 09:37:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=27yBw4Ga5Jzl2M9LYCXNk1cZncBr2cxPOxISoaEttD4=; b=Oq+jPTMGnlSytJspSwSPmU+IuaFSTrZbwMBVgSfbyA6a0b0mCBCDthhEqyMj5uHr3m z9Vyrwy9pzMXt9JOV1PTvZNh3nFBD9EJrSm5U9nck9XWto0Wut98f5dFkiRohPrZXbQu ESp1tRTCkPiEGtGGFwvo9eQNlOJgzpkO0U4QA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=YhVMDjdbmAYk7FHJ1/2YCHAFcXMI0a+BPCJszaFXPWBl4AK6t2zAuRJfM5HyMefTX/ 4Y75qLcvdyhs+VByWWUTjT+ypsHPMmIBAGf0ofrdNVCkz1U2JCmQdfv9KQlp9rP6eIQb 7swKTEM4yvYrmqu6NahI2ORa24zztgUluMyTs= MIME-Version: 1.0 Received: by 10.204.97.141 with SMTP id l13mr1658016bkn.102.1296149857256; Thu, 27 Jan 2011 09:37:37 -0800 (PST) Received: by 10.204.64.131 with HTTP; Thu, 27 Jan 2011 09:37:37 -0800 (PST) In-Reply-To: <201101271246.p0RCknKh014013@freefall.freebsd.org> References: <201101271246.p0RCknKh014013@freefall.freebsd.org> Date: Thu, 27 Jan 2011 11:37:37 -0600 Message-ID: From: Scot Hetzel To: bug-followup@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-geom@freebsd.org Subject: Re: kern/147664: [geom] [patch] Add the ability to create linux and fat32 partitions gpart X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2011 17:37:39 -0000 On Thu, Jan 27, 2011 at 6:46 AM, wrote: > Synopsis: [geom] [patch] Add the ability to create linux and fat32 partitions gpart > I had a look at the patch in PR 147664, the only change that should be made is that win95-fat32 should be changed to ms-fat32, as fat32 is not Windows 95 specific. sed -e 's/win95-fat32/ms-fat32/g' -e 's/WIN95_FAT32/MS_FAT32/g' gpart-2.patch Then the *MS_FAT32 should be sorted with the other *MS_* types. Scot