kern/147664: [geom] [patch] Add the ability to create linux and fat32 partitions gpart

Scot Hetzel swhetzel at gmail.com
Thu Jan 27 17:37:39 UTC 2011


On Thu, Jan 27, 2011 at 6:46 AM,  <ae at freebsd.org> 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


More information about the freebsd-geom mailing list