Skip to content

Commit

Permalink
Merge 9ed0c23 into cee7637
Browse files Browse the repository at this point in the history
  • Loading branch information
iceiilin committed May 29, 2018
2 parents cee7637 + 9ed0c23 commit 0f06244
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/templates/unattend_server2012.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
</component>
<component name="Microsoft-Windows-TCPIP" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<% if( typeof networkDevices !== 'undefined' ) { %>
<Interfaces>
<% networkDevices.forEach(function(n) { %>
<% cidr_bits = 0 %>
<% dhcp_ipv4 = false %>
Expand Down Expand Up @@ -198,7 +199,6 @@
<% } %>
<Interfaces>
<Interface wcm:action="add">
<Identifier><%= n.device%></Identifier>
<Ipv4Settings>
Expand Down Expand Up @@ -240,8 +240,8 @@
</Routes>
<% } %>
</Interface>
</Interfaces>
<% }); %>
</Interfaces>
<% } %>
</component>
Expand Down

0 comments on commit 0f06244

Please sign in to comment.