summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-03-23 16:00:48 +0000
committerRichard W.M. Jones <rjones@redhat.com>2011-03-23 16:00:48 +0000
commit3f1e3223c491aa057d02c1da418ed896d09fff7c (patch)
tree7859c338e4264acaa5656adc2ab67156de794c51 /images
parent0daf7e81a659bcdc1ce327151cc1207b124a35a1 (diff)
downloadlibguestfs-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')
-rwxr-xr-ximages/guest-aux/windows-softwarebin12288 -> 12288 bytes
-rw-r--r--images/guest-aux/windows-software.reg1
2 files changed, 1 insertions, 0 deletions
diff --git a/images/guest-aux/windows-software b/images/guest-aux/windows-software
index 1091c13e..e9358860 100755
--- a/images/guest-aux/windows-software
+++ b/images/guest-aux/windows-software
Binary files differ
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]