Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Commit

Permalink
Merge pull request #117 from StefanScherer/feature/extend-primary
Browse files Browse the repository at this point in the history
extend primary partition to use template.json
  • Loading branch information
joefitzgerald committed Nov 13, 2014
2 parents f35bbec + 995cf44 commit 61ec7c3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion answer_files/2008_r2/Autounattend.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<CreatePartition wcm:action="add">
<Order>1</Order>
<Type>Primary</Type>
<Size>60000</Size>
<Extend>true</Extend>
</CreatePartition>
</CreatePartitions>
<ModifyPartitions>
Expand Down
2 changes: 1 addition & 1 deletion answer_files/2008_r2_core/Autounattend.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<CreatePartition wcm:action="add">
<Order>1</Order>
<Type>Primary</Type>
<Size>60000</Size>
<Extend>true</Extend>
</CreatePartition>
</CreatePartitions>
<ModifyPartitions>
Expand Down
2 changes: 1 addition & 1 deletion answer_files/2012/Autounattend.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<CreatePartition wcm:action="add">
<Order>1</Order>
<Type>Primary</Type>
<Size>60000</Size>
<Extend>true</Extend>
</CreatePartition>
</CreatePartitions>
<ModifyPartitions>
Expand Down
2 changes: 1 addition & 1 deletion answer_files/7/Autounattend.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<CreatePartition wcm:action="add">
<Order>1</Order>
<Type>Primary</Type>
<Size>60000</Size>
<Extend>true</Extend>
</CreatePartition>
</CreatePartitions>
<ModifyPartitions>
Expand Down
2 changes: 1 addition & 1 deletion answer_files/81/Autounattend.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<CreatePartition wcm:action="add">
<Order>1</Order>
<Type>Primary</Type>
<Size>60000</Size>
<Extend>true</Extend>
</CreatePartition>
</CreatePartitions>
<ModifyPartitions>
Expand Down

0 comments on commit 61ec7c3

Please sign in to comment.