X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fvirt-make-fs;h=40a1437c39cfa0eb50fdc691a5dd0cc6a440a6c4;hb=8a406c7bee521289c6f8704549f1f144b5bbbbd9;hp=3f27a623e37560c192521f1ff9a21fc75dbd277a;hpb=9a608a1516bd339dc6d5ebe9952d3bced273c416;p=libguestfs.git diff --git a/tools/virt-make-fs b/tools/virt-make-fs index 3f27a62..40a1437 100755 --- a/tools/virt-make-fs +++ b/tools/virt-make-fs @@ -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")) { @@ -524,11 +524,18 @@ sub create_pipe return $pipe; } +=head1 SHELL QUOTING + +Libvirt guest names can contain arbitrary characters, some of which +have meaning to the shell such as C<#> and space. You may need to +quote or escape these characters on the command line. See the shell +manual page L for details. + =head1 SEE ALSO L, L, -L, +L, L, L, L,