diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-07-18 11:14:19 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-08-05 21:26:20 +0100 |
commit | 40c49e050e891e8de912eba93af85d419b57ce3f (patch) | |
tree | e840b0f92456bf0fecc1184fa2825caf1b301f34 /tools | |
parent | a0bfc9fd5b36bfeea5b76968f2c1115dd587dba1 (diff) | |
download | libguestfs-40c49e050e891e8de912eba93af85d419b57ce3f.tar.gz libguestfs-40c49e050e891e8de912eba93af85d419b57ce3f.tar.xz libguestfs-40c49e050e891e8de912eba93af85d419b57ce3f.zip |
virt-make-fs: Suggest guestfish for complex layouts in man page.
(cherry picked from commit 9c2b9c2df6c3c10b090d71bc808d755dbf625cbe)
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/virt-make-fs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/virt-make-fs b/tools/virt-make-fs index 66266638..76b66cb2 100755 --- a/tools/virt-make-fs +++ b/tools/virt-make-fs @@ -54,7 +54,8 @@ which can be useful if you want to attach these filesystems to existing virtual machines (eg. to import large amounts of read-only data to a VM). -To create blank disks, use L<virt-format(1)>. +To create blank disks, use L<virt-format(1)>. To create complex +layouts, use L<guestfish(1)>. Basic usage is: |