* xfs mounting works, too

This commit is contained in:
age 2007-03-02 00:46:19 +00:00
parent fe70b7bbbc
commit bdba5dd4f5

View file

@ -38,7 +38,7 @@ CONTAINERTYPES = {
}
FSTYPES = {
"plain":["ext3", "ext2", "vfat", "reiserfs"],
"plain":["ext3", "ext2", "vfat", "reiserfs", "xfs"],
"swap":["swap"]}