X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=inspector%2Fvirt-inspector;h=a7a65146bd4d65d4da8dafc7f50bbdc2274cdc97;hb=07f4b20ae959069fca41756b0dc103ec5fa99754;hp=e5c399077647d58f886cbbb9e708a26038c1ae8e;hpb=4851466ec5adbbc039222201f7c3b1bc3b97e84e;p=libguestfs.git diff --git a/inspector/virt-inspector b/inspector/virt-inspector index e5c3990..a7a6514 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,9 +847,6 @@ L, L, L. -For Windows registry parsing we require the C program -from L. - =head1 AUTHOR Richard W.M. Jones L