[Libosinfo] [PATCH 2/8] winxp,installer: Ignore unsigned drivers

Zeeshan Ali (Khattak) zeeshanak at gnome.org
Mon Jan 28 03:18:41 UTC 2013


From: "Zeeshan Ali (Khattak)" <zeeshanak at gnome.org>

We are unlikely to find any signed free drivers for windows that are
signed. Better just ask windows to ignore.
---
 data/install-scripts/windows-sif.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/data/install-scripts/windows-sif.xml b/data/install-scripts/windows-sif.xml
index c072f4b..3f947d0 100644
--- a/data/install-scripts/windows-sif.xml
+++ b/data/install-scripts/windows-sif.xml
@@ -29,6 +29,7 @@
     UnattendMode=FullUnattended
     OemSkipEula=Yes
     OemPreinstall=No
+    DriverSigningPolicy=Ignore
     TargetPath=\WINDOWS
     Repartition=Yes
     WaitForReboot=No
@@ -134,6 +135,7 @@
     UnattendMode=FullUnattended
     OemSkipEula=Yes
     OemPreinstall=No
+    DriverSigningPolicy=Ignore
 <xsl:choose>
   <xsl:when test="os/version > 5.0"> <!-- winxp, win2k3, win2k3r2 -->
     TargetPath=\WINDOWS
-- 
1.8.1




More information about the Libosinfo mailing list