From bdba5dd4f5ed5aaaace23e5955300ca28c605ab9 Mon Sep 17 00:00:00 2001 From: age Date: Fri, 2 Mar 2007 00:46:19 +0000 Subject: [PATCH] * xfs mounting works, too --- src/cryptobox/core/container.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cryptobox/core/container.py b/src/cryptobox/core/container.py index 6e6e652..c8e13b3 100644 --- a/src/cryptobox/core/container.py +++ b/src/cryptobox/core/container.py @@ -38,7 +38,7 @@ CONTAINERTYPES = { } FSTYPES = { - "plain":["ext3", "ext2", "vfat", "reiserfs"], + "plain":["ext3", "ext2", "vfat", "reiserfs", "xfs"], "swap":["swap"]}