diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-03-23 16:00:48 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-03-23 16:00:48 +0000 |
commit | 3f1e3223c491aa057d02c1da418ed896d09fff7c (patch) | |
tree | 7859c338e4264acaa5656adc2ab67156de794c51 /images/guest-aux | |
parent | 0daf7e81a659bcdc1ce327151cc1207b124a35a1 (diff) | |
download | libguestfs-3f1e3223c491aa057d02c1da418ed896d09fff7c.tar.gz libguestfs-3f1e3223c491aa057d02c1da418ed896d09fff7c.tar.xz libguestfs-3f1e3223c491aa057d02c1da418ed896d09fff7c.zip |
New API: guestfs_inspect_get_product_variant
This returns a product variant for inspected operating systems. In
practice this is a useful way to distinguish between consumer and
enterprise/server versions of Windows that otherwise have the same
version number.
Notes
Notes:
Labels: feature
Diffstat (limited to 'images/guest-aux')
-rwxr-xr-x | images/guest-aux/windows-software | bin | 12288 -> 12288 bytes | |||
-rw-r--r-- | images/guest-aux/windows-software.reg | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/images/guest-aux/windows-software b/images/guest-aux/windows-software Binary files differindex 1091c13e..e9358860 100755 --- a/images/guest-aux/windows-software +++ b/images/guest-aux/windows-software diff --git a/images/guest-aux/windows-software.reg b/images/guest-aux/windows-software.reg index 984cbe42..e2efda61 100644 --- a/images/guest-aux/windows-software.reg +++ b/images/guest-aux/windows-software.reg @@ -5,6 +5,7 @@ [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion] "ProductName"=str(1):"Microsoft Windows 7 Phony Edition" "CurrentVersion"=str(1):"6.1" +"InstallationType"=str(1):"Client" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows] |