mke2fs: Add -U option to specify the UUID for the new filesystem
Patch integrated from Mandriva
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in
index ddababb..1605895 100644
--- a/misc/mke2fs.8.in
+++ b/misc/mke2fs.8.in
@@ -100,6 +100,10 @@
.I usage-type
]
[
+.B \-U
+.I UUID
+]
+[
.B \-V
]
.I device
@@ -597,6 +601,9 @@
will use the default filesystem type
.IR default .
.TP
+.BI \-U " UUID"
+Create the filesystem with the specified UUID.
+.TP
.B \-v
Verbose execution.
.TP