From 5e72fc71416ab275aecc346c38739945b8a0aac1 Mon Sep 17 00:00:00 2001 From: David Jensen Date: Tue, 21 Aug 2007 00:47:19 +0000 Subject: [PATCH] Updated to XFS-2.9.3 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7090 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 2 +- introduction/welcome/changelog.xml | 3 +++ postlfs/filesystems/xfs.xml | 33 ++++++++++++++++++++++++------ 3 files changed, 31 insertions(+), 7 deletions(-) diff --git a/general.ent b/general.ent index cc7fceba88..2f756e286e 100644 --- a/general.ent +++ b/general.ent @@ -79,7 +79,7 @@ $Date$ - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index f4085d2e9b..9ef855a489 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,9 @@ August 20, 2007 + + [djensen] - Updated to XFS-2.9.3. + [dj] - Added GCC-3.3.6 as a runtime dependency for the binary JDK. diff --git a/postlfs/filesystems/xfs.xml b/postlfs/filesystems/xfs.xml index 3f685f2b6f..9299e46dd5 100644 --- a/postlfs/filesystems/xfs.xml +++ b/postlfs/filesystems/xfs.xml @@ -7,10 +7,10 @@ - - - - + + + + ]> @@ -132,7 +132,8 @@ ln -svf ../../lib/libhandle.so.1 /usr/lib/libhandle.so fsck.xfs, mkfs.xfs, xfs_admin, xfs_bmap, xfs_check, xfs_copy, xfs_db, xfs_freeze, xfs_growfs, xfs_info, xfs_io, xfs_logprint, - xfs_mkfile, xfs_ncheck, xfs_quota, xfs_repair, and xfs_rtcp + xfs_mdrestore, xfs_metadump, xfs_mkfile, xfs_ncheck, xfs_quota, + xfs_repair, and xfs_rtcp libdisk.a, libhandle.{so,a}, libxcmd.a, libxfs.a, and libxlog.a /usr/share/doc/xfsprogs @@ -268,7 +269,27 @@ ln -svf ../../lib/libhandle.so.1 /usr/lib/libhandle.so - + + xfs_mdrestore + + restores an XFS metadump image to a filesystem image. + + xfs_mdrestore + + + + + + xfs_metadump + + copies XFS filesystem metadata to a file. + + xfs_metadump + + + + + xfs_mkfile creates an XFS file, padded with zeroes by default.