diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-08-21 13:16:18 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-08-30 22:12:11 +0100 |
commit | b0528b9659da28e8d4adc8dba8124b0c0bd72657 (patch) | |
tree | 843bc9656ac6c7dd57e7b5856bd432550a16106f | |
parent | ac0e0fa6099b9441978034a4f8423c372acda0b0 (diff) | |
download | libguestfs-b0528b9659da28e8d4adc8dba8124b0c0bd72657.tar.gz libguestfs-b0528b9659da28e8d4adc8dba8124b0c0bd72657.tar.xz libguestfs-b0528b9659da28e8d4adc8dba8124b0c0bd72657.zip |
recipes: Refer to virt-format, virt-make-fs for creating disk images.
(cherry picked from commit 1e4c6e36a6d122b4615dc509ef745dde7e37321d)
-rw-r--r-- | examples/guestfs-recipes.pod | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/examples/guestfs-recipes.pod b/examples/guestfs-recipes.pod index 24f4ffe9..9af51ee7 100644 --- a/examples/guestfs-recipes.pod +++ b/examples/guestfs-recipes.pod @@ -55,7 +55,13 @@ To export just a subdirectory, eg. C</files>, do: =head1 Create empty disk images -You can use the L<guestfish(1)> I<-N> option to create empty disk +The L<virt-format(1)> tool can do this directly. + +Use L<virt-make-fs(1)> to create a disk image with content. This can +also create some standard disk images such as virtual floppy devices +(VFDs). + +You can also use the L<guestfish(1)> I<-N> option to create empty disk images. The useful guide below explains the options available. L<https://rwmj.wordpress.com/2010/09/08/new-guestfish-n-options-in-1-5-9/#content> |