diff options
author | Richard Jones <rjones@redhat.com> | 2010-03-08 19:31:12 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-03-08 19:35:23 +0000 |
commit | ebfcb7f23df4546977628dc718982730682a68c0 (patch) | |
tree | b5ed6e97fdf3673fa065cfaef846cdc188744a72 /README | |
parent | 4851466ec5adbbc039222201f7c3b1bc3b97e84e (diff) | |
download | libguestfs-ebfcb7f23df4546977628dc718982730682a68c0.tar.gz libguestfs-ebfcb7f23df4546977628dc718982730682a68c0.tar.xz libguestfs-ebfcb7f23df4546977628dc718982730682a68c0.zip |
inspector: Read information about Windows guests from the Registry.
This commit changes substantially the way that we get information
about Windows guests. We now use the Windows Registry to get
information such as the version, product name and much else.
This uses Win::Hivex (ie. the hivex library). 'reged' is no longer
needed or used.
As an incidental change, this also tries harder to search for
%systemroot%, in the case when we cannot find boot.ini (ie.
Windows Vista and more recent). This ensures we can get more
detail from those versions of Windows.
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -63,9 +63,6 @@ Requirements - (Optional) Readline to have nicer command-line editing in guestfish. -- (Optional) 'reged' program from chntpw to decode Windows registry - entries (http://home.eunet.no/~pnordahl/ntpasswd/) - - (Optional) xmllint to validate virt-inspector RELAX NG schema - (Optional) OCaml + OCaml library xml-light if you want to rebuild |