[gparted] Add xfsdump package requirement to copy xfs file systems



commit 32659e5e02b6a18b5d3c0483cee744534000d6c4
Author: Curtis Gedak <gedakc gmail com>
Date:   Thu Nov 10 13:12:21 2011 -0700

    Add xfsdump package requirement to copy xfs file systems

 README       |    2 +-
 src/Utils.cc |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/README b/README
index 3413ba3..a38279e 100644
--- a/README
+++ b/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
diff --git a/src/Utils.cc b/src/Utils.cc
index eb07952..21b658e 100644
--- a/src/Utils.cc
+++ b/src/Utils.cc
@@ -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 "" ;
 	}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]