Add xfsdump package requirement to copy xfs file systems
This commit is contained in:
parent
cbd3170e57
commit
32659e5e02
2
README
2
README
|
@ -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
|
||||
|
|
|
@ -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 "" ;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue