X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=inspector%2Fvirt-inspector;h=4428ecda0c71c4a5676ef84a4512a14b4163dc75;hb=7d8e5886a6a8ab16c6a69d0e02e7f93cdb7430df;hp=e5c399077647d58f886cbbb9e708a26038c1ae8e;hpb=4851466ec5adbbc039222201f7c3b1bc3b97e84e;p=libguestfs.git diff --git a/inspector/virt-inspector b/inspector/virt-inspector index e5c3990..4428ecd 100755 --- a/inspector/virt-inspector +++ b/inspector/virt-inspector @@ -164,13 +164,11 @@ my $windows_registry; =item B<--windows-registry> -If this item is passed, I the guest is Windows, I the -external program C is available (see SEE ALSO section), then we -attempt to parse the Windows registry. This allows much more -information to be gathered for Windows guests. +This flag is ignored for compatibility with earlier releases of the +software. -This is quite an expensive and slow operation, so we don't do it by -default. +In this version, if L is available, then we attempt to +parse information out of the Registry for any Windows guest. =back @@ -262,8 +260,7 @@ my @partitions = get_partitions ($g); # Now query each one to build up a picture of what's in it. my %fses = - inspect_all_partitions ($g, \@partitions, - use_windows_registry => $windows_registry); + inspect_all_partitions ($g, \@partitions); #print "fses -----------\n"; #print Dumper(\%fses); @@ -850,12 +847,9 @@ L, L, L. -For Windows registry parsing we require the C program -from L. +=head1 AUTHORS -=head1 AUTHOR - -Richard W.M. Jones L +Richard W.M. Jones L Matthew Booth L