X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=tools%2Fvirt-make-fs;h=854cc0857512a0a2e62922fe7bee01bb0f0bb204;hb=61a1a2b71c4811b9d6233a43db74229b9364f0c6;hp=1a6aee4fa7e14a417cbf656d68b8a39c69faa8cb;hpb=a80177cc847102d5a6e43a8ff87769e86f30bd6c;p=libguestfs.git diff --git a/tools/virt-make-fs b/tools/virt-make-fs index 1a6aee4..854cc08 100755 --- a/tools/virt-make-fs +++ b/tools/virt-make-fs @@ -84,7 +84,7 @@ store something in it. Don't forget that you can also use local commands including L and L to resize existing filesystems, -or rerun virt-make-resize to build another image from scratch. +or rerun virt-make-fs to build another image from scratch. =head3 EXAMPLE @@ -405,7 +405,7 @@ eval { # Run libguestfs. my $g = Sys::Guestfs->new (); - $g->add_drive ($output); + $g->add_drive_opts ($output, format => $format); $g->launch (); if ($type eq "ntfs" && !feature_available ($g, "ntfs3g", "ntfsprogs")) { @@ -535,7 +535,7 @@ manual page L for details. L, L, -L, +L, L, L, L,