[Libosinfo] [PATCH] win8.1: Re-enable unattended installation
Fabiano Fidêncio
fidencio at redhat.com
Sun Apr 17 12:34:27 UTC 2016
Unattended installation of Windows 8.1 works, but not with a Volume
License (VL) version of Windows. As the same problem can be seen on
Windows 7, let's re-enable the unatttended installation for Windows 8.1
and, later on, try to find a way for distinguishing the OSes versions.
A minor here, copying the user picture isn't working for now and must be
fixed later as well.
For more info, please, check:
https://blogs.technet.microsoft.com/askcore/2009/10/05/invalid-product-key-error-specifying-mak-key-in-unattend-xml/
This reverts commit 49ae46cda4fbd2e95dc794cb64aec27117351c85.
Signed-off-by: Fabiano Fidêncio <fabiano at fidencio.org>
---
data/os/microsoft.com/win-8.1.xml.in | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/data/os/microsoft.com/win-8.1.xml.in b/data/os/microsoft.com/win-8.1.xml.in
index f746d10..398a576 100644
--- a/data/os/microsoft.com/win-8.1.xml.in
+++ b/data/os/microsoft.com/win-8.1.xml.in
@@ -145,5 +145,10 @@
<devices>
<device id="http://pcisig.com/pci/8086/2668"/> <!-- ICH6 -->
</devices>
+
+ <installer>
+ <script id='http://microsoft.com/windows/unattend/jeos'/>
+ <script id='http://microsoft.com/windows/unattend/desktop'/>
+ </installer>
</os>
</libosinfo>
--
2.7.3
More information about the Libosinfo
mailing list