* xfs mounting works, too
This commit is contained in:
parent
fe70b7bbbc
commit
bdba5dd4f5
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ CONTAINERTYPES = {
|
|||
}
|
||||
|
||||
FSTYPES = {
|
||||
"plain":["ext3", "ext2", "vfat", "reiserfs"],
|
||||
"plain":["ext3", "ext2", "vfat", "reiserfs", "xfs"],
|
||||
"swap":["swap"]}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue