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-07-18 11:14:19 +0100 |
commit | 9c2b9c2df6c3c10b090d71bc808d755dbf625cbe (patch) | |
tree | 1deaf51bf3b90cc6ad1a72aa90ca5b5e839a5573 /tools/virt-make-fs | |
parent | b25aea33fa314857c8094e09af9654f925fb935f (diff) | |
download | libguestfs-9c2b9c2df6c3c10b090d71bc808d755dbf625cbe.tar.gz libguestfs-9c2b9c2df6c3c10b090d71bc808d755dbf625cbe.tar.xz libguestfs-9c2b9c2df6c3c10b090d71bc808d755dbf625cbe.zip |
virt-make-fs: Suggest guestfish for complex layouts in man page.
Diffstat (limited to 'tools/virt-make-fs')
-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 df67e411..4102239f 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: |