git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1250d55
)
virt-make-fs: Specify format of disk (RHBZ#642934,CVE-2010-3851).
author
Richard W.M. Jones
<rjones@redhat.com>
Thu, 21 Oct 2010 22:33:15 +0000
(23:33 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 22 Oct 2010 16:45:06 +0000
(17:45 +0100)
tools/virt-make-fs
patch
|
blob
|
history
diff --git
a/tools/virt-make-fs
b/tools/virt-make-fs
index
1a6aee4
..
4e928af
100755
(executable)
--- 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
($outpu
t);
+ $g->add_drive
_opts ($output, format => $forma
t);
$g->launch ();
if ($type eq "ntfs" && !feature_available ($g, "ntfs3g", "ntfsprogs")) {