diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-08-21 13:19:33 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-08-30 22:12:31 +0100 |
commit | fa760bbecfce4f68a372afc7128a7018edaea9c6 (patch) | |
tree | 27d6ed04be3fe6f451df46d28ff96b8ce7e2ae09 | |
parent | b0528b9659da28e8d4adc8dba8124b0c0bd72657 (diff) | |
download | libguestfs-fa760bbecfce4f68a372afc7128a7018edaea9c6.tar.gz libguestfs-fa760bbecfce4f68a372afc7128a7018edaea9c6.tar.xz libguestfs-fa760bbecfce4f68a372afc7128a7018edaea9c6.zip |
recipes: Update dumping filesystem content to mention that we now support MD/RAID.
(cherry picked from commit 52e38c7bdc293cb2f2531eab3dde6d569a05b5e9)
-rw-r--r-- | examples/guestfs-recipes.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/guestfs-recipes.pod b/examples/guestfs-recipes.pod index 9af51ee7..18b612fa 100644 --- a/examples/guestfs-recipes.pod +++ b/examples/guestfs-recipes.pod @@ -88,7 +88,7 @@ of C<guestfish -h> You can use the L<guestfish(1)> C<download> command to extract the raw filesystem content from any filesystem in a disk image or a VM (even -one which is encrypted or buried inside an LV): +one which is encrypted or buried inside an LV or RAID device): guestfish --ro -a disk.img run : download /dev/sda1 sda1.img |