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"]}