Add xfsdump package requirement to copy xfs file systems

This commit is contained in:
Curtis Gedak 2011-11-10 13:12:21 -07:00
parent cbd3170e57
commit 32659e5e02
2 changed files with 2 additions and 2 deletions

2
README
View File

@ -130,7 +130,7 @@ Optional packages include:
ntfsprogs
reiser4progs
reiserfsprogs
xfsprogs
xfsprogs, xfsdump
NOTE: * If the vol_id command is in the search PATH, it will be used
to read linux-swap, reiser4, hfs, and hfs+ file system

View File

@ -181,7 +181,7 @@ Glib::ustring Utils::get_filesystem_software( FILESYSTEM filesystem )
case FS_REISER4 : return "reiser4progs" ;
case FS_REISERFS : return "reiserfsprogs" ;
case FS_UFS : return "" ;
case FS_XFS : return "xfsprogs" ;
case FS_XFS : return "xfsprogs, xfsdump" ;
default : return "" ;
}