Displaying 1 result from an estimated 1 matches for "c892c6b".
2006 Apr 18
0
[patch] fstype fix ext3 <-> lvm2 detection
...ound that by detection lvm2 after ext3.
Bonuspoint remove long fs list as this one just generates conflicts.
Signed-off-by: David H?rdeman <david@2gen.com>
Signed-off-by: maximilian attems <maks@sternwelten.at>
diff --git a/usr/kinit/fstype/fstype.c b/usr/kinit/fstype/fstype.c
index c892c6b..17a89ce 100644
--- a/usr/kinit/fstype/fstype.c
+++ b/usr/kinit/fstype/fstype.c
@@ -6,8 +6,8 @@
* FSTYPE - filesystem type
* FSSIZE - filesystem size (if known)
*
- * We currently detect (in order):
- * gzip, cramfs, romfs, xfs, luks, lvm2, minix, ext3, ext2, reiserfs, jfs, swap
+ * We cur...