On Thu, 8 Sep 2005 22:32:03 +0200
"K.G." <[EMAIL PROTECTED]> wrote:
> > ...Right or wrong, I copied the
> > 'info' usage.
> >
> >-hfs | * | | | |
> >+hfs | * | * | * | |
>
> Parted doesn't support hfs (or hfs+ / hfsx) creation (or somebody wrote
> it behind my back ;) )
Thanks for the fix. Then the info page is wrong. (Maybe whoever wrote
it got 'create partition' mixed up with 'create filesystem'.) Since
it's a different package, it must be a different bug. Maybe this bug
should be cloned to 'parted-doc' and then merged with this one.
Attached is a corrected patch for '/usr/share/doc/parted/README.Debian'.
--- /usr/share/doc/parted/README.Debian 2005-09-03 12:22:47.000000000 -0400
+++ /tmp/README.Debian 2005-09-08 01:26:10.000000000 -0400
@@ -19,7 +19,7 @@
ext3 | * | | *[1] | *[2] | *[3]
fat16 | * | * | *[4] | *[4] | *
fat32 | * | * | * | * | *
-hfs | * | | | |
+hfs | * | | * | |
jfs | * | | | |
linux-swap | * | * | * | * | *
ntfs | * | | | |
@@ -40,3 +40,5 @@
reiserfs create/resize/copy/check support is not built in in the debian
package.
-- Sven Luther <[EMAIL PROTECTED]> Tue, 28 Sep 2004 06:14:20 +0200
+
+ -- Minor revision Thu, 8 Sep 2005 01:23:16 -- updated table row for 'hfs'.
\ No newline at end of file